#668307

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

Shades of Olive Drab #668307

Tints of Olive Drab #668307

Color information

#668307 (or 0x668307) is unknown color: approx Olive Drab. HEX triplet: 66, 83 and 07. RGB value is (102,131,7). Sum of RGB (Red+Green+Blue) = 102+131+7=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #668307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #668307 is #997CF8. Grayscale: #6C6C6C. Windows color (decimal): -10059001 or 492390. OLE color: 492390.

HSL color Cylindrical-coordinate representation of color #668307: hue angle of 74.03º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #668307 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB1021317-
CMYK0.2200.950.49
HSL74.03º89.86%27.06%-
HSV(B)74.03º94.66%51.37%-
XYZ13.6319.073.16-
YUV108.1970.89123.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.5%
GREEN value IS 131 (51.56% from 255) = 54.58%
BLUE value IS 7 (3.12% from 255) = 2.92%
R=42.5%
G=54.58%
B=2.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10213170.2200.950.4974.0389.8627.06
Hex668371605F314a5a1b
Octal14620372601376111213233
Binary11001101000001111110110010111111100011001010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668307; }

 p { color: rgb(102,131,7); }

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

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

 a { background-color: rgb(102,131,7); }

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

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

 span { border-color: rgb(102,131,7); }

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