#6b912d

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

Shades of Olive Drab #6B912D

Tints of Olive Drab #6B912D

Color information

#6B912D (or 0x6B912D) is unknown color: approx Olive Drab. HEX triplet: 6B, 91 and 2D. RGB value is (107,145,45). Sum of RGB (Red+Green+Blue) = 107+145+45=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #6B912D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B912D is #946ED2. Grayscale: #7A7A7A. Windows color (decimal): -9727699 or 2986347. OLE color: 2986347.

HSL color Cylindrical-coordinate representation of color #6B912D: hue angle of 82.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B912D is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.43.

Color convert

RGB10714545-
CMYK0.2600.690.43
HSL82.8º52.63%37.25%-
HSV(B)82.8º68.97%56.86%-
XYZ16.6623.576.15-
YUV122.2484.41117.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.03%
GREEN value IS 145 (57.03% from 255) = 48.82%
BLUE value IS 45 (17.97% from 255) = 15.15%
R=36.03%
G=48.82%
B=15.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107145450.2600.690.4382.852.6337.25
Hex6B912D1A0452B533525
Octal15322155320105531236545
Binary11010111001000110110111010010001011010111010011110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b912d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,145,45); }

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

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

 a { background-color: rgb(107,145,45); }

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

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

 span { border-color: rgb(107,145,45); }

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