Html Css Color HEX #6E860C Olive Drab

📋 copy color: '#6E860C'

red 110 ◦ green 134 ◦ blue 12

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

Shades of Olive Drab #6E860C

Tints of Olive Drab #6E860C

RGB

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

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

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

R = 42.97%
G = 52.34%
B = 4.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.47

RGB Variations

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

Color information

#6E860C (or 0x6E860C) is known color: Olive Drab. HEX triplet: 6E, 86 and 0C. RGB value is (110,134,12). Sum of RGB (Red+Green+Blue) = 110+134+12=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 134 (52.73% from 255 or 52.34% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 134 - color contains mainly: green. Hex color #6E860C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E860C is #9179F3. Grayscale: #717171. Windows color (decimal): -9533940 or 820846. OLE color: 820846.

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

Color convert

RGB 110 134 12 -
CMYK 0.18 0 0.91 0.47
HSL 71.8º 0.84% 0.29% -
HSV(B) 71.8º 0.91% 0.53% -
XYZ 15.02 20.39 3.49 -
YUV 112.92 71.05 125.92 -
System Red Green Blue C M Y K H S L
Decimal 110 134 12 0.18 0 0.91 0.47 71.8 0.84 0.29
Hex 6E 86 C 12 0 5B 2F 48 54 1D
Octal 156 206 14 22 0 133 57 110 124 35
Binary 1101110 10000110 1100 10010 0 1011011 101111 1001000 1010100 11101

Color Harmonies of #6E860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E860C

Black with #6E860C

Text Example


Text Example

White with #6E860C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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