#659700

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

Shades of Olive Drab #659700

Tints of Olive Drab #659700

Color information

#659700 (or 0x659700) is unknown color: approx Olive Drab. HEX triplet: 65, 97 and 00. RGB value is (101,151,0). Sum of RGB (Red+Green+Blue) = 101+151+0=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 151 (59.38% from 255 or 59.92% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 151 - color contains mainly: green. Hex color #659700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #659700 is #9A68FF. Grayscale: #777777. Windows color (decimal): -10119424 or 38757. OLE color: 38757.

HSL color Cylindrical-coordinate representation of color #659700: hue angle of 79.87º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #659700 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.41.

Color convert

RGB1011510-
CMYK0.33010.41
HSL79.87º100%29.61%-
HSV(B)79.87º100%59.22%-
XYZ16.4324.93.94-
YUV118.8460.94115.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.08%
GREEN value IS 151 (59.38% from 255) = 59.92%
BLUE value IS 0 (0.39% from 255) = 0%
R=40.08%
G=59.92%
B=0%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10115100.33010.4179.8710029.61
Hex65970210642950641e
Octal14522704101445112014436
Binary1100101100101110100001011001001010011010000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659700; }

 p { color: rgb(101,151,0); }

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

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

 a { background-color: rgb(101,151,0); }

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

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

 span { border-color: rgb(101,151,0); }

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