#608425

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

Shades of Olive Drab #608425

Tints of Olive Drab #608425

Color information

#608425 (or 0x608425) is unknown color: approx Olive Drab. HEX triplet: 60, 84 and 25. RGB value is (96,132,37). Sum of RGB (Red+Green+Blue) = 96+132+37=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #608425 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608425 is #9F7BDA. Grayscale: #6E6E6E. Windows color (decimal): -10451931 or 2458720. OLE color: 2458720.

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

Color convert

RGB9613237-
CMYK0.2700.720.48
HSL82.74º56.21%33.14%-
HSV(B)82.74º71.97%51.76%-
XYZ13.4119.124.73-
YUV110.4186.57117.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 132 (51.95% from 255) = 49.81%
BLUE value IS 37 (14.84% from 255) = 13.96%
R=36.23%
G=49.81%
B=13.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96132370.2700.720.4882.7456.2133.14
Hex6084251B04830533821
Octal14020445330110601237041
Binary11000001000010010010111011010010001100001010011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608425; }

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

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

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

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

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

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

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

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