#668925

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

Shades of Olive Drab #668925

Tints of Olive Drab #668925

Color information

#668925 (or 0x668925) is unknown color: approx Olive Drab. HEX triplet: 66, 89 and 25. RGB value is (102,137,37). Sum of RGB (Red+Green+Blue) = 102+137+37=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 137 (53.91% from 255 or 49.64% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 137 - color contains mainly: green. Hex color #668925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668925 is #9976DA. Grayscale: #737373. Windows color (decimal): -10057435 or 2460006. OLE color: 2460006.

HSL color Cylindrical-coordinate representation of color #668925: hue angle of 81º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #668925 is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB10213737-
CMYK0.2600.730.46
HSL81º57.47%34.12%-
HSV(B)81º72.99%53.73%-
XYZ14.7620.855-
YUV115.1483.9118.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 137 (53.91% from 255) = 49.64%
BLUE value IS 37 (14.84% from 255) = 13.41%
R=36.96%
G=49.64%
B=13.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102137370.2600.730.468157.4734.12
Hex6689251A0492E513922
Octal14621145320111561217142
Binary11001101000100110010111010010010011011101010001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668925; }

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

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

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

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

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

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

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

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