#669107

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

Shades of Olive Drab #669107

Tints of Olive Drab #669107

Color information

#669107 (or 0x669107) is unknown color: approx Olive Drab. HEX triplet: 66, 91 and 07. RGB value is (102,145,7). Sum of RGB (Red+Green+Blue) = 102+145+7=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #669107 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #669107 is #996EF8. Grayscale: #747474. Windows color (decimal): -10055417 or 495974. OLE color: 495974.

HSL color Cylindrical-coordinate representation of color #669107: hue angle of 78.7º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #669107 is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.

Color convert

RGB1021457-
CMYK0.3000.950.43
HSL78.7º90.79%29.8%-
HSV(B)78.7º95.17%56.86%-
XYZ15.6423.093.83-
YUV116.4166.25117.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.16%
GREEN value IS 145 (57.03% from 255) = 57.09%
BLUE value IS 7 (3.12% from 255) = 2.76%
R=40.16%
G=57.09%
B=2.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10214570.3000.950.4378.790.7929.8
Hex669171E05F2B4f5b1e
Octal14622173601375311713336
Binary11001101001000111111110010111111010111001111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669107; }

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

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

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

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

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

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

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

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