#648929

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

Shades of Olive Drab #648929

Tints of Olive Drab #648929

Color information

#648929 (or 0x648929) is unknown color: approx Olive Drab. HEX triplet: 64, 89 and 29. RGB value is (100,137,41). Sum of RGB (Red+Green+Blue) = 100+137+41=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 137 (53.91% from 255 or 49.28% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 137 - color contains mainly: green. Hex color #648929 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648929 is #9B76D6. Grayscale: #737373. Windows color (decimal): -10188503 or 2722148. OLE color: 2722148.

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

Color convert

RGB10013741-
CMYK0.2700.700.46
HSL83.12º53.93%34.9%-
HSV(B)83.12º70.07%53.73%-
XYZ14.620.765.34-
YUV114.9986.24117.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 137 (53.91% from 255) = 49.28%
BLUE value IS 41 (16.41% from 255) = 14.75%
R=35.97%
G=49.28%
B=14.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100137410.2700.700.4683.1253.9334.9
Hex6489291B0462E533623
Octal14421151330106561236643
Binary11001001000100110100111011010001101011101010011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648929; }

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

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

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

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

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

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

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

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