#6D9130

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

Shades of Olive Drab #6D9130

Tints of Olive Drab #6D9130

Color information

#6D9130 (or 0x6D9130) is unknown color: approx Olive Drab. HEX triplet: 6D, 91 and 30. RGB value is (109,145,48). Sum of RGB (Red+Green+Blue) = 109+145+48=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 145 (57.03% from 255 or 48.01% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 145 - color contains mainly: green. Hex color #6D9130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D9130 is #926ECF. Grayscale: #7B7B7B. Windows color (decimal): -9596624 or 3182957. OLE color: 3182957.

HSL color Cylindrical-coordinate representation of color #6D9130: hue angle of 82.27º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D9130 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB10914548-
CMYK0.2500.670.43
HSL82.27º50.26%37.84%-
HSV(B)82.27º66.9%56.86%-
XYZ16.9723.726.48-
YUV123.1885.57117.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.09%
GREEN value IS 145 (57.03% from 255) = 48.01%
BLUE value IS 48 (19.14% from 255) = 15.89%
R=36.09%
G=48.01%
B=15.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal109145480.2500.670.4382.2750.2637.84
Hex6D9130190432B523226
Octal15522160310103531226246
Binary11011011001000111000011001010000111010111010010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,145,48); }

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

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

 a { background-color: rgb(109,145,48); }

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

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

 span { border-color: rgb(109,145,48); }

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