#66920E

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

Shades of Olive Drab #66920E

Tints of Olive Drab #66920E

Color information

#66920E (or 0x66920E) is unknown color: approx Olive Drab. HEX triplet: 66, 92 and 0E. RGB value is (102,146,14). Sum of RGB (Red+Green+Blue) = 102+146+14=262 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.93% from 262); Green value is 146 (57.42% from 255 or 55.73% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 146 - color contains mainly: green. Hex color #66920E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66920E is #996DF1. Grayscale: #767676. Windows color (decimal): -10055154 or 954982. OLE color: 954982.

HSL color Cylindrical-coordinate representation of color #66920E: hue angle of 80º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66920E is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB10214614-
CMYK0.3000.900.43
HSL80º82.5%31.37%-
HSV(B)80º90.41%57.25%-
XYZ15.8423.414.1-
YUV117.869.42116.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.93%
GREEN value IS 146 (57.42% from 255) = 55.73%
BLUE value IS 14 (5.86% from 255) = 5.34%
R=38.93%
G=55.73%
B=5.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102146140.3000.900.438082.531.37
Hex6692E1E05A2B50521f
Octal146222163601325312012237
Binary110011010010010111011110010110101010111010000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66920E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,146,14); }

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

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

 a { background-color: rgb(102,146,14); }

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

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

 span { border-color: rgb(102,146,14); }

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