#648902

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

Shades of Olive Drab #648902

Tints of Olive Drab #648902

Color information

#648902 (or 0x648902) is unknown color: approx Olive Drab. HEX triplet: 64, 89 and 02. RGB value is (100,137,2). Sum of RGB (Red+Green+Blue) = 100+137+2=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 137 (53.91% from 255 or 57.32% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 137 - color contains mainly: green. Hex color #648902 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648902 is #9B76FD. Grayscale: #6F6F6F. Windows color (decimal): -10188542 or 166244. OLE color: 166244.

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

Color convert

RGB1001372-
CMYK0.2700.990.46
HSL76.44º97.12%27.25%-
HSV(B)76.44º98.54%53.73%-
XYZ14.2120.613.29-
YUV110.5566.74120.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.84%
GREEN value IS 137 (53.91% from 255) = 57.32%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=41.84%
G=57.32%
B=0.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10013720.2700.990.4676.4497.1227.25
Hex648921B0632E4c611b
Octal14421123301435611414133
Binary1100100100010011011011011000111011101001100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648902; }

 p { color: rgb(100,137,2); }

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

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

 a { background-color: rgb(100,137,2); }

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

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

 span { border-color: rgb(100,137,2); }

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