#608600

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

Shades of Olive Drab #608600

Tints of Olive Drab #608600

Color information

#608600 (or 0x608600) is unknown color: approx Olive Drab. HEX triplet: 60, 86 and 00. RGB value is (96,134,0). Sum of RGB (Red+Green+Blue) = 96+134+0=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 134 (52.73% from 255 or 58.26% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 134 - color contains mainly: green. Hex color #608600 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608600 is #9F79FF. Grayscale: #6B6B6B. Windows color (decimal): -10451456 or 34400. OLE color: 34400.

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

Color convert

RGB961340-
CMYK0.28010.47
HSL77.01º100%26.27%-
HSV(B)77.01º100%52.55%-
XYZ13.3519.543.07-
YUV107.3667.41119.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.74%
GREEN value IS 134 (52.73% from 255) = 58.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.74%
G=58.26%
B=0%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9613400.28010.4777.0110026.27
Hex608601C0642F4d641a
Octal14020603401445711514432
Binary110000010000110011100011001001011111001101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608600; }

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

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

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

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

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

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

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

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