#669225

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

Shades of Olive Drab #669225

Tints of Olive Drab #669225

Color information

#669225 (or 0x669225) is unknown color: approx Olive Drab. HEX triplet: 66, 92 and 25. RGB value is (102,146,37). Sum of RGB (Red+Green+Blue) = 102+146+37=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #669225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669225 is #996DDA. Grayscale: #787878. Windows color (decimal): -10055131 or 2462310. OLE color: 2462310.

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

Color convert

RGB10214637-
CMYK0.3000.750.43
HSL84.22º59.56%35.88%-
HSV(B)84.22º74.66%57.25%-
XYZ16.0923.525.44-
YUV120.4280.92114.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.79%
GREEN value IS 146 (57.42% from 255) = 51.23%
BLUE value IS 37 (14.84% from 255) = 12.98%
R=35.79%
G=51.23%
B=12.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal102146370.3000.750.4384.2259.5635.88
Hex6692251E04B2B543c24
Octal14622245360113531247444
Binary11001101001001010010111110010010111010111010100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669225; }

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

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

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

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

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

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

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

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