#6D962F

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

Shades of Olive Drab #6D962F

Tints of Olive Drab #6D962F

Color information

#6D962F (or 0x6D962F) is unknown color: approx Olive Drab. HEX triplet: 6D, 96 and 2F. RGB value is (109,150,47). Sum of RGB (Red+Green+Blue) = 109+150+47=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #6D962F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D962F is #9269D0. Grayscale: #7E7E7E. Windows color (decimal): -9595345 or 3118701. OLE color: 3118701.

HSL color Cylindrical-coordinate representation of color #6D962F: hue angle of 83.88º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D962F is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB10915047-
CMYK0.2700.690.41
HSL83.88º52.28%38.63%-
HSV(B)83.88º68.67%58.82%-
XYZ17.7325.276.63-
YUV12683.42115.88-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.62%
GREEN value IS 150 (58.98% from 255) = 49.02%
BLUE value IS 47 (18.75% from 255) = 15.36%
R=35.62%
G=49.02%
B=15.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal109150470.2700.690.4183.8852.2838.63
Hex6D962F1B04529543427
Octal15522657330105511246447
Binary11011011001011010111111011010001011010011010100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,150,47); }

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

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

 a { background-color: rgb(109,150,47); }

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

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

 span { border-color: rgb(109,150,47); }

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