#6D952F

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

Shades of Olive Drab #6D952F

Tints of Olive Drab #6D952F

Color information

#6D952F (or 0x6D952F) is unknown color: approx Olive Drab. HEX triplet: 6D, 95 and 2F. RGB value is (109,149,47). Sum of RGB (Red+Green+Blue) = 109+149+47=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #6D952F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D952F is #926AD0. Grayscale: #7D7D7D. Windows color (decimal): -9595601 or 3118445. OLE color: 3118445.

HSL color Cylindrical-coordinate representation of color #6D952F: hue angle of 83.53º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D952F is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB10914947-
CMYK0.2700.680.42
HSL83.53º52.04%38.43%-
HSV(B)83.53º68.46%58.43%-
XYZ17.5724.956.58-
YUV125.4183.75116.29-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.74%
GREEN value IS 149 (58.59% from 255) = 48.85%
BLUE value IS 47 (18.75% from 255) = 15.41%
R=35.74%
G=48.85%
B=15.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109149470.2700.680.4283.5352.0438.43
Hex6D952F1B0442A543426
Octal15522557330104521246446
Binary11011011001010110111111011010001001010101010100110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D952F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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