Html Css Color HEX #0C680D Green

📋 copy color: '#0C680D'

red 12 ◦ green 104 ◦ blue 13

#0C680D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #0C680D

Tints of Green #0C680D

RGB

 RED value IS 12 (5.08% from 255) = 9.3%

 GREEN value IS 104 (41.02% from 255) = 80.62%

 BLUE value IS 13 (5.47% from 255) = 10.08%

R = 9.3%
G = 80.62%
B = 10.08%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0C680D (or 0x0C680D) is known color: Green. HEX triplet: 0C, 68 and 0D. RGB value is (12,104,13). Sum of RGB (Red+Green+Blue) = 12+104+13=129 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.30% from 129); Green value is 104 (41.02% from 255 or 80.62% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 104 - color contains mainly: green. Hex color #0C680D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C680D is #F397F2. Grayscale: #424242. Windows color (decimal): -15964147 or 878604. OLE color: 878604.

HSL color Cylindrical-coordinate representation of color #0C680D: hue angle of 120.65º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C680D is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 104 13 -
CMYK 0.88 0 0.88 0.59
HSL 120.65º 0.79% 0.23% -
HSV(B) 120.65º 0.88% 0.41% -
XYZ 5.17 10.01 2.04 -
YUV 66.12 98.02 89.4 -
System Red Green Blue C M Y K H S L
Decimal 12 104 13 0.88 0 0.88 0.59 120.65 0.79 0.23
Hex C 68 D 58 0 58 3B 79 4F 17
Octal 14 150 15 130 0 130 73 171 117 27
Binary 1100 1101000 1101 1011000 0 1011000 111011 1111001 1001111 10111

Color Harmonies of #0C680D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C680D

Black with #0C680D

Text Example


Text Example

White with #0C680D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C680D; }

 p { color: rgb(12,104,13); }

 H1.HeaderClassName
 {
   color: #0C680D;
 }
 .AnyTagClassName
 {
   color: #0C680D;
 }
</style>

background-color css

<style>
 a { background-color: #0C680D; }

 a { background-color: rgb(12,104,13); }

 div.DivClassName
 {
   background-color: #0C680D;
 }
 .BgClassName
 {
   background-color: #0C680D;
 }
</style>

border-color css

<style>
 span { border-color: #0C680D; }

 span { border-color: rgb(12,104,13); }

 td.TdClassName
 {
   border-color: #0C680D;
 }
 .TagClassName
 {
   border-color: #0C680D;
 }
</style>