#608000

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

Shades of Olive #608000

Tints of Olive #608000

Color information

#608000 (or 0x608000) is unknown color: approx Olive. HEX triplet: 60, 80 and 00. RGB value is (96,128,0). Sum of RGB (Red+Green+Blue) = 96+128+0=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 128 (50.39% from 255 or 57.14% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 128 - color contains mainly: green. Hex color #608000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608000 is #9F7FFF. Grayscale: #686868. Windows color (decimal): -10452992 or 32864. OLE color: 32864.

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

Color convert

RGB961280-
CMYK0.25010.50
HSL75º100%25.1%-
HSV(B)75º100%50.2%-
XYZ12.5417.932.8-
YUV103.8469.4122.41-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.86%
GREEN value IS 128 (50.39% from 255) = 57.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.86%
G=57.14%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9612800.25010.507510025.1
Hex6080019064324b6419
Octal14020003101446211314431
Binary110000010000000011001011001001100101001011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608000; }

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

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

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

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

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

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

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

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