#649700

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

Shades of Olive Drab #649700

Tints of Olive Drab #649700

Color information

#649700 (or 0x649700) is unknown color: approx Olive Drab. HEX triplet: 64, 97 and 00. RGB value is (100,151,0). Sum of RGB (Red+Green+Blue) = 100+151+0=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 151 (59.38% from 255 or 60.16% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 151 - color contains mainly: green. Hex color #649700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649700 is #9B68FF. Grayscale: #777777. Windows color (decimal): -10184960 or 38756. OLE color: 38756.

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

Color convert

RGB1001510-
CMYK0.34010.41
HSL80.26º100%29.61%-
HSV(B)80.26º100%59.22%-
XYZ16.3224.843.93-
YUV118.5461.1114.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.84%
GREEN value IS 151 (59.38% from 255) = 60.16%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.84%
G=60.16%
B=0%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10015100.34010.4180.2610029.61
Hex64970220642950641e
Octal14422704201445112014436
Binary1100100100101110100010011001001010011010000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649700; }

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

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

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

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

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

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

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

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