#648801

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

Shades of Olive Drab #648801

Tints of Olive Drab #648801

Color information

#648801 (or 0x648801) is unknown color: approx Olive Drab. HEX triplet: 64, 88 and 01. RGB value is (100,136,1). Sum of RGB (Red+Green+Blue) = 100+136+1=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #648801 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648801 is #9B77FE. Grayscale: #6E6E6E. Windows color (decimal): -10188799 or 100452. OLE color: 100452.

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

Color convert

RGB1001361-
CMYK0.2600.990.47
HSL76º98.54%26.86%-
HSV(B)76º99.26%53.33%-
XYZ14.0720.323.21-
YUV109.8566.57120.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.19%
GREEN value IS 136 (53.52% from 255) = 57.38%
BLUE value IS 1 (0.78% from 255) = 0.42%
R=42.19%
G=57.38%
B=0.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10013610.2600.990.477698.5426.86
Hex648811A0632F4c631b
Octal14421013201435711414333
Binary110010010001000111010011000111011111001100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648801; }

 p { color: rgb(100,136,1); }

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

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

 a { background-color: rgb(100,136,1); }

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

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

 span { border-color: rgb(100,136,1); }

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