#608424

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

Shades of Olive Drab #608424

Tints of Olive Drab #608424

Color information

#608424 (or 0x608424) is unknown color: approx Olive Drab. HEX triplet: 60, 84 and 24. RGB value is (96,132,36). Sum of RGB (Red+Green+Blue) = 96+132+36=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #608424 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608424 is #9F7BDB. Grayscale: #6E6E6E. Windows color (decimal): -10451932 or 2393184. OLE color: 2393184.

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

Color convert

RGB9613236-
CMYK0.2700.730.48
HSL82.5º57.14%32.94%-
HSV(B)82.5º72.73%51.76%-
XYZ13.3919.124.65-
YUV110.2986.07117.81-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.36%
GREEN value IS 132 (51.95% from 255) = 50%
BLUE value IS 36 (14.45% from 255) = 13.64%
R=36.36%
G=50%
B=13.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96132360.2700.730.4882.557.1432.94
Hex6084241B04930523921
Octal14020444330111601227141
Binary11000001000010010010011011010010011100001010010111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608424; }

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

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

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

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

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

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

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

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