#669507

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

Shades of Olive Drab #669507

Tints of Olive Drab #669507

Color information

#669507 (or 0x669507) is unknown color: approx Olive Drab. HEX triplet: 66, 95 and 07. RGB value is (102,149,7). Sum of RGB (Red+Green+Blue) = 102+149+7=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #669507 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669507 is #996AF8. Grayscale: #777777. Windows color (decimal): -10054393 or 496998. OLE color: 496998.

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

Color convert

RGB1021497-
CMYK0.3200.950.42
HSL79.86º91.03%30.59%-
HSV(B)79.86º95.3%58.43%-
XYZ16.2724.344.04-
YUV118.7664.93116.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.53%
GREEN value IS 149 (58.59% from 255) = 57.75%
BLUE value IS 7 (3.12% from 255) = 2.71%
R=39.53%
G=57.75%
B=2.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10214970.3200.950.4279.8691.0330.59
Hex669572005F2A505b1f
Octal14622574001375212013337
Binary110011010010101111100000010111111010101010000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669507; }

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

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

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

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

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

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

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

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