Html Css Color HEX #6B8612 Olive Drab

📋 copy color: '#6B8612'

red 107 ◦ green 134 ◦ blue 18

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

Shades of Olive Drab #6B8612

Tints of Olive Drab #6B8612

RGB

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

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

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

R = 41.31%
G = 51.74%
B = 6.95%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#6B8612 (or 0x6B8612) is known color: Olive Drab. HEX triplet: 6B, 86 and 12. RGB value is (107,134,18). Sum of RGB (Red+Green+Blue) = 107+134+18=259 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.31% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B8612 is #9479ED. Grayscale: #717171. Windows color (decimal): -9730542 or 1214059. OLE color: 1214059.

HSL color Cylindrical-coordinate representation of color #6B8612: hue angle of 73.97º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B8612 is Cyan = 0.20, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB 107 134 18 -
CMYK 0.20 0 0.87 0.47
HSL 73.97º 0.76% 0.3% -
HSV(B) 73.97º 0.87% 0.53% -
XYZ 14.7 20.22 3.7 -
YUV 112.7 74.55 123.93 -
System Red Green Blue C M Y K H S L
Decimal 107 134 18 0.20 0 0.87 0.47 73.97 0.76 0.3
Hex 6B 86 12 14 0 57 2F 4A 4C 1E
Octal 153 206 22 24 0 127 57 112 114 36
Binary 1101011 10000110 10010 10100 0 1010111 101111 1001010 1001100 11110

Color Harmonies of #6B8612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8612

Black with #6B8612

Text Example


Text Example

White with #6B8612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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