#66951E

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

Shades of Olive Drab #66951E

Tints of Olive Drab #66951E

Color information

#66951E (or 0x66951E) is unknown color: approx Olive Drab. HEX triplet: 66, 95 and 1E. RGB value is (102,149,30). Sum of RGB (Red+Green+Blue) = 102+149+30=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #66951E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66951E is #996AE1. Grayscale: #797979. Windows color (decimal): -10054370 or 2004326. OLE color: 2004326.

HSL color Cylindrical-coordinate representation of color #66951E: hue angle of 83.7º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66951E is Cyan = 0.32, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB10214930-
CMYK0.3200.800.42
HSL83.7º66.48%35.1%-
HSV(B)83.7º79.87%58.43%-
XYZ16.4624.415.07-
YUV121.3876.43114.18-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 149 (58.59% from 255) = 53.02%
BLUE value IS 30 (12.11% from 255) = 10.68%
R=36.30%
G=53.02%
B=10.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102149300.3200.800.4283.766.4835.1
Hex66951E200502A544223
Octal146225364001205212410243
Binary110011010010101111101000000101000010101010101001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66951E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66951E; }

 p { color: rgb(102,149,30); }

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

<style>
 a { background-color: #66951E; }

 a { background-color: rgb(102,149,30); }

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

<style>
 span { border-color: #66951E; }

 span { border-color: rgb(102,149,30); }

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