Html Css Color HEX #6C860A Olive Drab

📋 copy color: '#6C860A'

red 108 ◦ green 134 ◦ blue 10

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

Shades of Olive Drab #6C860A

Tints of Olive Drab #6C860A

RGB

 RED value IS 108 (42.58% from 255) = 42.86%

 GREEN value IS 134 (52.73% from 255) = 53.17%

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 42.86%
G = 53.17%
B = 3.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#6C860A (or 0x6C860A) is known color: Olive Drab. HEX triplet: 6C, 86 and 0A. RGB value is (108,134,10). Sum of RGB (Red+Green+Blue) = 108+134+10=252 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.86% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #6C860A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C860A is #9379F5. Grayscale: #707070. Windows color (decimal): -9665014 or 689772. OLE color: 689772.

HSL color Cylindrical-coordinate representation of color #6C860A: hue angle of 72.58º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6C860A is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 108 134 10 -
CMYK 0.19 0 0.93 0.47
HSL 72.58º 0.86% 0.28% -
HSV(B) 72.58º 0.93% 0.53% -
XYZ 14.76 20.26 3.42 -
YUV 112.09 70.39 125.08 -
System Red Green Blue C M Y K H S L
Decimal 108 134 10 0.19 0 0.93 0.47 72.58 0.86 0.28
Hex 6C 86 A 13 0 5D 2F 49 56 1C
Octal 154 206 12 23 0 135 57 111 126 34
Binary 1101100 10000110 1010 10011 0 1011101 101111 1001001 1010110 11100

Color Harmonies of #6C860A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C860A

Black with #6C860A

Text Example


Text Example

White with #6C860A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C860A; }

 p { color: rgb(108,134,10); }

 H1.HeaderClassName
 {
   color: #6C860A;
 }
 .AnyTagClassName
 {
   color: #6C860A;
 }
</style>

background-color css

<style>
 a { background-color: #6C860A; }

 a { background-color: rgb(108,134,10); }

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

border-color css

<style>
 span { border-color: #6C860A; }

 span { border-color: rgb(108,134,10); }

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