#6D8C34

Color #6D8C34 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #6D8C34

Tints of Olive Drab #6D8C34

Color information

#6D8C34 (or 0x6D8C34) is unknown color: approx Olive Drab. HEX triplet: 6D, 8C and 34. RGB value is (109,140,52). Sum of RGB (Red+Green+Blue) = 109+140+52=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #6D8C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8C34 is #9273CB. Grayscale: #797979. Windows color (decimal): -9597900 or 3443821. OLE color: 3443821.

HSL color Cylindrical-coordinate representation of color #6D8C34: hue angle of 81.14º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D8C34 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB10914052-
CMYK0.2200.630.45
HSL81.14º45.83%37.65%-
HSV(B)81.14º62.86%54.9%-
XYZ16.322.266.69-
YUV120.789.23119.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.21%
GREEN value IS 140 (55.08% from 255) = 46.51%
BLUE value IS 52 (20.70% from 255) = 17.28%
R=36.21%
G=46.51%
B=17.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109140520.2200.630.4581.1445.8337.65
Hex6D8C341603F2D512e26
Octal1552146426077551215646
Binary1101101100011001101001011001111111011011010001101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,140,52); }

 H1.HeaderClassName
 {
   color: #6D8C34;
 }
 .AnyTagClassName
 {
   color: #6D8C34;
 }
</style>
background-color css

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

 a { background-color: rgb(109,140,52); }

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

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

 span { border-color: rgb(109,140,52); }

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