Html Css Color HEX #08690C Green

📋 copy color: '#08690C'

red 8 ◦ green 105 ◦ blue 12

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

Shades of Green #08690C

Tints of Green #08690C

RGB

 RED value IS 8 (3.52% from 255) = 6.4%

 GREEN value IS 105 (41.41% from 255) = 84%

 BLUE value IS 12 (5.08% from 255) = 9.6%

R = 6.4%
G = 84%
B = 9.6%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#08690C (or 0x08690C) is known color: Green. HEX triplet: 08, 69 and 0C. RGB value is (8,105,12). Sum of RGB (Red+Green+Blue) = 8+105+12=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 105 (41.41% from 255 or 84% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 105 - color contains mainly: green. Hex color #08690C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08690C is #F796F3. Grayscale: #414141. Windows color (decimal): -16226036 or 813320. OLE color: 813320.

HSL color Cylindrical-coordinate representation of color #08690C: hue angle of 122.47º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08690C is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB 8 105 12 -
CMYK 0.92 0 0.89 0.59
HSL 122.47º 0.86% 0.22% -
HSV(B) 122.47º 0.92% 0.41% -
XYZ 5.22 10.18 2.04 -
YUV 65.4 97.86 87.06 -
System Red Green Blue C M Y K H S L
Decimal 8 105 12 0.92 0 0.89 0.59 122.47 0.86 0.22
Hex 8 69 C 5C 0 59 3B 7A 56 16
Octal 10 151 14 134 0 131 73 172 126 26
Binary 1000 1101001 1100 1011100 0 1011001 111011 1111010 1010110 10110

Color Harmonies of #08690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08690C

Black with #08690C

Text Example


Text Example

White with #08690C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08690C; }

 p { color: rgb(8,105,12); }

 H1.HeaderClassName
 {
   color: #08690C;
 }
 .AnyTagClassName
 {
   color: #08690C;
 }
</style>

background-color css

<style>
 a { background-color: #08690C; }

 a { background-color: rgb(8,105,12); }

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

border-color css

<style>
 span { border-color: #08690C; }

 span { border-color: rgb(8,105,12); }

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