Html Css Color HEX #6E8312 Olive Drab

📋 copy color: '#6E8312'

red 110 ◦ green 131 ◦ blue 18

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

Shades of Olive Drab #6E8312

Tints of Olive Drab #6E8312

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.58%

 BLUE value IS 18 (7.42% from 255) = 6.95%

R = 42.47%
G = 50.58%
B = 6.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#6E8312 (or 0x6E8312) is known color: Olive Drab. HEX triplet: 6E, 83 and 12. RGB value is (110,131,18). Sum of RGB (Red+Green+Blue) = 110+131+18=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #6E8312 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8312 is #917CED. Grayscale: #707070. Windows color (decimal): -9534702 or 1213294. OLE color: 1213294.

HSL color Cylindrical-coordinate representation of color #6E8312: hue angle of 71.15º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E8312 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 131 18 -
CMYK 0.16 0 0.86 0.49
HSL 71.15º 0.76% 0.29% -
HSV(B) 71.15º 0.86% 0.51% -
XYZ 14.66 19.59 3.58 -
YUV 111.84 75.04 126.69 -
System Red Green Blue C M Y K H S L
Decimal 110 131 18 0.16 0 0.86 0.49 71.15 0.76 0.29
Hex 6E 83 12 10 0 56 31 47 4C 1D
Octal 156 203 22 20 0 126 61 107 114 35
Binary 1101110 10000011 10010 10000 0 1010110 110001 1000111 1001100 11101

Color Harmonies of #6E8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8312

Black with #6E8312

Text Example


Text Example

White with #6E8312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,131,18); }

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

background-color css

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

 a { background-color: rgb(110,131,18); }

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

border-color css

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

 span { border-color: rgb(110,131,18); }

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