#66930F

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

Shades of Olive Drab #66930F

Tints of Olive Drab #66930F

Color information

#66930F (or 0x66930F) is unknown color: approx Olive Drab. HEX triplet: 66, 93 and 0F. RGB value is (102,147,15). Sum of RGB (Red+Green+Blue) = 102+147+15=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 147 (57.81% from 255 or 55.68% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 147 - color contains mainly: green. Hex color #66930F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66930F is #996CF0. Grayscale: #767676. Windows color (decimal): -10054897 or 1020774. OLE color: 1020774.

HSL color Cylindrical-coordinate representation of color #66930F: hue angle of 80.45º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #66930F is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB10214715-
CMYK0.3100.900.42
HSL80.45º81.48%31.76%-
HSV(B)80.45º89.8%57.65%-
XYZ1623.734.19-
YUV118.569.59116.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.64%
GREEN value IS 147 (57.81% from 255) = 55.68%
BLUE value IS 15 (6.25% from 255) = 5.68%
R=38.64%
G=55.68%
B=5.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal102147150.3100.900.4280.4581.4831.76
Hex6693F1F05A2A505120
Octal146223173701325212012140
Binary1100110100100111111111110101101010101010100001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66930F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66930F; }

 p { color: rgb(102,147,15); }

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

<style>
 a { background-color: #66930F; }

 a { background-color: rgb(102,147,15); }

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

<style>
 span { border-color: #66930F; }

 span { border-color: rgb(102,147,15); }

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