Html Css Color HEX #6E870C Olive Drab

📋 copy color: '#6E870C'

red 110 ◦ green 135 ◦ blue 12

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

Shades of Olive Drab #6E870C

Tints of Olive Drab #6E870C

RGB

 RED value IS 110 (43.36% from 255) = 42.8%

 GREEN value IS 135 (53.13% from 255) = 52.53%

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

R = 42.8%
G = 52.53%
B = 4.67%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#6E870C (or 0x6E870C) is known color: Olive Drab. HEX triplet: 6E, 87 and 0C. RGB value is (110,135,12). Sum of RGB (Red+Green+Blue) = 110+135+12=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 135 (53.12% from 255 or 52.53% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 135 - color contains mainly: green. Hex color #6E870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E870C is #9178F3. Grayscale: #717171. Windows color (decimal): -9533684 or 821102. OLE color: 821102.

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

Color convert

RGB 110 135 12 -
CMYK 0.19 0 0.91 0.47
HSL 72.2º 0.84% 0.29% -
HSV(B) 72.2º 0.91% 0.53% -
XYZ 15.16 20.67 3.54 -
YUV 113.5 70.72 125.5 -
System Red Green Blue C M Y K H S L
Decimal 110 135 12 0.19 0 0.91 0.47 72.2 0.84 0.29
Hex 6E 87 C 13 0 5B 2F 48 54 1D
Octal 156 207 14 23 0 133 57 110 124 35
Binary 1101110 10000111 1100 10011 0 1011011 101111 1001000 1010100 11101

Color Harmonies of #6E870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E870C

Black with #6E870C

Text Example


Text Example

White with #6E870C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,135,12); }

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

background-color css

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

 a { background-color: rgb(110,135,12); }

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

border-color css

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

 span { border-color: rgb(110,135,12); }

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