#6E972D

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

Shades of Olive Drab #6E972D

Tints of Olive Drab #6E972D

Color information

#6E972D (or 0x6E972D) is unknown color: approx Olive Drab. HEX triplet: 6E, 97 and 2D. RGB value is (110,151,45). Sum of RGB (Red+Green+Blue) = 110+151+45=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #6E972D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E972D is #9168D2. Grayscale: #7F7F7F. Windows color (decimal): -9529555 or 2987886. OLE color: 2987886.

HSL color Cylindrical-coordinate representation of color #6E972D: hue angle of 83.21º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E972D is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB11015145-
CMYK0.2700.700.41
HSL83.21º54.08%38.43%-
HSV(B)83.21º70.2%59.22%-
XYZ17.9725.646.48-
YUV126.6681.92116.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.95%
GREEN value IS 151 (59.38% from 255) = 49.35%
BLUE value IS 45 (17.97% from 255) = 14.71%
R=35.95%
G=49.35%
B=14.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal110151450.2700.700.4183.2154.0838.43
Hex6E972D1B04629533626
Octal15622755330106511236646
Binary11011101001011110110111011010001101010011010011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E972D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,151,45); }

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

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

 a { background-color: rgb(110,151,45); }

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

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

 span { border-color: rgb(110,151,45); }

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