#608701

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

Shades of Olive Drab #608701

Tints of Olive Drab #608701

Color information

#608701 (or 0x608701) is unknown color: approx Olive Drab. HEX triplet: 60, 87 and 01. RGB value is (96,135,1). Sum of RGB (Red+Green+Blue) = 96+135+1=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 135 (53.12% from 255 or 58.19% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 135 - color contains mainly: green. Hex color #608701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #608701 is #9F78FE. Grayscale: #6C6C6C. Windows color (decimal): -10451199 or 100192. OLE color: 100192.

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

Color convert

RGB961351-
CMYK0.2900.990.47
HSL77.46º98.53%26.67%-
HSV(B)77.46º99.26%52.94%-
XYZ13.4919.823.14-
YUV108.0667.58119.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 135 (53.12% from 255) = 58.19%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=41.38%
G=58.19%
B=0.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9613510.2900.990.4777.4698.5326.67
Hex608711D0632F4d631b
Octal14020713501435711514333
Binary110000010000111111101011000111011111001101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608701; }

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

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

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

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

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

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

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

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