#608420

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

Shades of Olive Drab #608420

Tints of Olive Drab #608420

Color information

#608420 (or 0x608420) is unknown color: approx Olive Drab. HEX triplet: 60, 84 and 20. RGB value is (96,132,32). Sum of RGB (Red+Green+Blue) = 96+132+32=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 132 (51.95% from 255 or 50.77% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 132 - color contains mainly: green. Hex color #608420 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #608420 is #9F7BDF. Grayscale: #6E6E6E. Windows color (decimal): -10451936 or 2131040. OLE color: 2131040.

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

Color convert

RGB9613232-
CMYK0.2700.760.48
HSL81.6º60.98%32.16%-
HSV(B)81.6º75.76%51.76%-
XYZ13.3419.094.35-
YUV109.8484.07118.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 132 (51.95% from 255) = 50.77%
BLUE value IS 32 (12.89% from 255) = 12.31%
R=36.92%
G=50.77%
B=12.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96132320.2700.760.4881.660.9832.16
Hex6084201B04C30523d20
Octal14020440330114601227540
Binary11000001000010010000011011010011001100001010010111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608420; }

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

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

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

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

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

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

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

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