#608200

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

Shades of Olive #608200

Tints of Olive #608200

Color information

#608200 (or 0x608200) is unknown color: approx Olive. HEX triplet: 60, 82 and 00. RGB value is (96,130,0). Sum of RGB (Red+Green+Blue) = 96+130+0=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 130 (51.17% from 255 or 57.52% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 130 - color contains mainly: green. Hex color #608200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608200 is #9F7DFF. Grayscale: #696969. Windows color (decimal): -10452480 or 33376. OLE color: 33376.

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

Color convert

RGB961300-
CMYK0.26010.49
HSL75.69º100%25.49%-
HSV(B)75.69º100%50.98%-
XYZ12.8118.452.89-
YUV105.0168.74121.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.48%
GREEN value IS 130 (51.17% from 255) = 57.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.48%
G=57.52%
B=0%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9613000.26010.4975.6910025.49
Hex608201A064314c6419
Octal14020203201446111414431
Binary110000010000010011010011001001100011001100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608200; }

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

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

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

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

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

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

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

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