#608500

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

Shades of Olive Drab #608500

Tints of Olive Drab #608500

Color information

#608500 (or 0x608500) is unknown color: approx Olive Drab. HEX triplet: 60, 85 and 00. RGB value is (96,133,0). Sum of RGB (Red+Green+Blue) = 96+133+0=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #608500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608500 is #9F7AFF. Grayscale: #6B6B6B. Windows color (decimal): -10451712 or 34144. OLE color: 34144.

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

Color convert

RGB961330-
CMYK0.28010.48
HSL76.69º100%26.08%-
HSV(B)76.69º100%52.16%-
XYZ13.2119.263.02-
YUV106.7867.74120.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.92%
GREEN value IS 133 (52.34% from 255) = 58.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.92%
G=58.08%
B=0%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9613300.28010.4876.6910026.08
Hex608501C064304d641a
Octal14020503401446011514432
Binary110000010000101011100011001001100001001101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608500; }

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

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

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

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

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

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

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

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