Html Css Color HEX #6E880C Olive Drab

📋 copy color: '#6E880C'

red 110 ◦ green 136 ◦ blue 12

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

Shades of Olive Drab #6E880C

Tints of Olive Drab #6E880C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 52.71%

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

R = 42.64%
G = 52.71%
B = 4.65%

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

#6E880C (or 0x6E880C) is known color: Olive Drab. HEX triplet: 6E, 88 and 0C. RGB value is (110,136,12). Sum of RGB (Red+Green+Blue) = 110+136+12=258 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.64% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #6E880C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E880C is #9177F3. Grayscale: #727272. Windows color (decimal): -9533428 or 821358. OLE color: 821358.

HSL color Cylindrical-coordinate representation of color #6E880C: hue angle of 72.58º 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 #6E880C is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 136 12 -
CMYK 0.19 0 0.91 0.47
HSL 72.58º 0.84% 0.29% -
HSV(B) 72.58º 0.91% 0.53% -
XYZ 15.3 20.95 3.59 -
YUV 114.09 70.39 125.08 -
System Red Green Blue C M Y K H S L
Decimal 110 136 12 0.19 0 0.91 0.47 72.58 0.84 0.29
Hex 6E 88 C 13 0 5B 2F 49 54 1D
Octal 156 210 14 23 0 133 57 111 124 35
Binary 1101110 10001000 1100 10011 0 1011011 101111 1001001 1010100 11101

Color Harmonies of #6E880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E880C

Black with #6E880C

Text Example


Text Example

White with #6E880C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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