#608201

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

Shades of Olive Drab #608201

Tints of Olive Drab #608201

Color information

#608201 (or 0x608201) is unknown color: approx Olive Drab. HEX triplet: 60, 82 and 01. RGB value is (96,130,1). Sum of RGB (Red+Green+Blue) = 96+130+1=227 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.29% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #608201 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608201 is #9F7DFE. Grayscale: #696969. Windows color (decimal): -10452479 or 98912. OLE color: 98912.

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

Color convert

RGB961301-
CMYK0.2600.990.49
HSL75.81º98.47%25.69%-
HSV(B)75.81º99.23%50.98%-
XYZ12.8118.452.92-
YUV105.1369.24121.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.29%
GREEN value IS 130 (51.17% from 255) = 57.27%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=42.29%
G=57.27%
B=0.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9613010.2600.990.4975.8198.4725.69
Hex608211A063314c621a
Octal14020213201436111414232
Binary110000010000010111010011000111100011001100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608201; }

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

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

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

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

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

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

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

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