Html Css Color HEX #6B8E12 Olive Drab

📋 copy color: '#6B8E12'

red 107 ◦ green 142 ◦ blue 18

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

Shades of Olive Drab #6B8E12

Tints of Olive Drab #6B8E12

RGB

 RED value IS 107 (42.19% from 255) = 40.07%

 GREEN value IS 142 (55.86% from 255) = 53.18%

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

R = 40.07%
G = 53.18%
B = 6.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#6B8E12 (or 0x6B8E12) is known color: Olive Drab. HEX triplet: 6B, 8E and 12. RGB value is (107,142,18). Sum of RGB (Red+Green+Blue) = 107+142+18=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 142 (55.86% from 255 or 53.18% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 142 - color contains mainly: green. Hex color #6B8E12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8E12 is #9471ED. Grayscale: #757575. Windows color (decimal): -9728494 or 1216107. OLE color: 1216107.

HSL color Cylindrical-coordinate representation of color #6B8E12: hue angle of 76.94º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B8E12 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 107 142 18 -
CMYK 0.25 0 0.87 0.44
HSL 76.94º 0.78% 0.31% -
HSV(B) 76.94º 0.87% 0.56% -
XYZ 15.85 22.52 4.08 -
YUV 117.4 71.9 120.58 -
System Red Green Blue C M Y K H S L
Decimal 107 142 18 0.25 0 0.87 0.44 76.94 0.78 0.31
Hex 6B 8E 12 19 0 57 2C 4D 4E 1F
Octal 153 216 22 31 0 127 54 115 116 37
Binary 1101011 10001110 10010 11001 0 1010111 101100 1001101 1001110 11111

Color Harmonies of #6B8E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8E12

Black with #6B8E12

Text Example


Text Example

White with #6B8E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,142,18); }

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

background-color css

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

 a { background-color: rgb(107,142,18); }

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

border-color css

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

 span { border-color: rgb(107,142,18); }

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