#608225

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

Shades of Olive Drab #608225

Tints of Olive Drab #608225

Color information

#608225 (or 0x608225) is unknown color: approx Olive Drab. HEX triplet: 60, 82 and 25. RGB value is (96,130,37). Sum of RGB (Red+Green+Blue) = 96+130+37=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 130 (51.17% from 255 or 49.43% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 130 - color contains mainly: green. Hex color #608225 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608225 is #9F7DDA. Grayscale: #6D6D6D. Windows color (decimal): -10452443 or 2458208. OLE color: 2458208.

HSL color Cylindrical-coordinate representation of color #608225: hue angle of 81.94º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #608225 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB9613037-
CMYK0.2600.720.49
HSL81.94º55.69%32.75%-
HSV(B)81.94º71.54%50.98%-
XYZ13.1418.594.65-
YUV109.2387.24118.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 130 (51.17% from 255) = 49.43%
BLUE value IS 37 (14.84% from 255) = 14.07%
R=36.50%
G=49.43%
B=14.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96130370.2600.720.4981.9455.6932.75
Hex6082251A04831523821
Octal14020245320110611227041
Binary11000001000001010010111010010010001100011010010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608225; }

 p { color: rgb(96,130,37); }

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

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

 a { background-color: rgb(96,130,37); }

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

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

 span { border-color: rgb(96,130,37); }

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