Html Css Color HEX #6D8112 Olive Drab

📋 copy color: '#6D8112'

red 109 ◦ green 129 ◦ blue 18

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

Shades of Olive Drab #6D8112

Tints of Olive Drab #6D8112

RGB

 RED value IS 109 (42.97% from 255) = 42.58%

 GREEN value IS 129 (50.78% from 255) = 50.39%

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

R = 42.58%
G = 50.39%
B = 7.03%

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

#6D8112 (or 0x6D8112) is known color: Olive Drab. HEX triplet: 6D, 81 and 12. RGB value is (109,129,18). Sum of RGB (Red+Green+Blue) = 109+129+18=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #6D8112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8112 is #927EED. Grayscale: #6E6E6E. Windows color (decimal): -9600750 or 1212781. OLE color: 1212781.

HSL color Cylindrical-coordinate representation of color #6D8112: hue angle of 70.81º 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 #6D8112 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 109 129 18 -
CMYK 0.16 0 0.86 0.49
HSL 70.81º 0.76% 0.29% -
HSV(B) 70.81º 0.86% 0.51% -
XYZ 14.27 19 3.49 -
YUV 110.37 75.87 127.03 -
System Red Green Blue C M Y K H S L
Decimal 109 129 18 0.16 0 0.86 0.49 70.81 0.76 0.29
Hex 6D 81 12 10 0 56 31 47 4C 1D
Octal 155 201 22 20 0 126 61 107 114 35
Binary 1101101 10000001 10010 10000 0 1010110 110001 1000111 1001100 11101

Color Harmonies of #6D8112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8112

Black with #6D8112

Text Example


Text Example

White with #6D8112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,129,18); }

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

background-color css

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

 a { background-color: rgb(109,129,18); }

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

border-color css

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

 span { border-color: rgb(109,129,18); }

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