#6D8C38

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

Shades of Olive Drab #6D8C38

Tints of Olive Drab #6D8C38

Color information

#6D8C38 (or 0x6D8C38) is unknown color: approx Olive Drab. HEX triplet: 6D, 8C and 38. RGB value is (109,140,56). Sum of RGB (Red+Green+Blue) = 109+140+56=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 140 - color contains mainly: green. Hex color #6D8C38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8C38 is #9273C7. Grayscale: #797979. Windows color (decimal): -9597896 or 3705965. OLE color: 3705965.

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

Color convert

RGB10914056-
CMYK0.2200.60.45
HSL82.14º42.86%38.43%-
HSV(B)82.14º60%54.9%-
XYZ16.422.297.18-
YUV121.1591.23119.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.74%
GREEN value IS 140 (55.08% from 255) = 45.90%
BLUE value IS 56 (22.27% from 255) = 18.36%
R=35.74%
G=45.90%
B=18.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109140560.2200.60.4582.1442.8638.43
Hex6D8C381603C2D522b26
Octal1552147026074551225346
Binary1101101100011001110001011001111001011011010010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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