#608700

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

Shades of Olive Drab #608700

Tints of Olive Drab #608700

Color information

#608700 (or 0x608700) is unknown color: approx Olive Drab. HEX triplet: 60, 87 and 00. RGB value is (96,135,0). Sum of RGB (Red+Green+Blue) = 96+135+0=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 135 (53.12% from 255 or 58.44% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 135 - color contains mainly: green. Hex color #608700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608700 is #9F78FF. Grayscale: #6C6C6C. Windows color (decimal): -10451200 or 34656. OLE color: 34656.

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

Color convert

RGB961350-
CMYK0.29010.47
HSL77.33º100%26.47%-
HSV(B)77.33º100%52.94%-
XYZ13.4919.813.11-
YUV107.9567.08119.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.56%
GREEN value IS 135 (53.12% from 255) = 58.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.56%
G=58.44%
B=0%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9613500.29010.4777.3310026.47
Hex608701D0642F4d641a
Octal14020703501445711514432
Binary110000010000111011101011001001011111001101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608700; }

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

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

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

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

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

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

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

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