#608100

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

Shades of Olive #608100

Tints of Olive #608100

Color information

#608100 (or 0x608100) is unknown color: approx Olive. HEX triplet: 60, 81 and 00. RGB value is (96,129,0). Sum of RGB (Red+Green+Blue) = 96+129+0=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 129 (50.78% from 255 or 57.33% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 129 - color contains mainly: green. Hex color #608100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608100 is #9F7EFF. Grayscale: #686868. Windows color (decimal): -10452736 or 33120. OLE color: 33120.

HSL color Cylindrical-coordinate representation of color #608100: hue angle of 75.35º 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 #608100 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB961290-
CMYK0.26010.49
HSL75.35º100%25.29%-
HSV(B)75.35º100%50.59%-
XYZ12.6718.192.84-
YUV104.4369.07121.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 129 (50.78% from 255) = 57.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.67%
G=57.33%
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
Decimal9612900.26010.4975.3510025.29
Hex608101A064314b6419
Octal14020103201446111314431
Binary110000010000001011010011001001100011001011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608100; }

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

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

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

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

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

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

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

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