#648822

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

Shades of Olive Drab #648822

Tints of Olive Drab #648822

Color information

#648822 (or 0x648822) is unknown color: approx Olive Drab. HEX triplet: 64, 88 and 22. RGB value is (100,136,34). Sum of RGB (Red+Green+Blue) = 100+136+34=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 34 (13.67% from 255 or 12.59% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #648822 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648822 is #9B77DD. Grayscale: #717171. Windows color (decimal): -10188766 or 2263140. OLE color: 2263140.

HSL color Cylindrical-coordinate representation of color #648822: hue angle of 81.18º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #648822 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB10013634-
CMYK0.2600.750.47
HSL81.18º60%33.33%-
HSV(B)81.18º75%53.33%-
XYZ14.3520.434.7-
YUV113.6183.07118.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.04%
GREEN value IS 136 (53.52% from 255) = 50.37%
BLUE value IS 34 (13.67% from 255) = 12.59%
R=37.04%
G=50.37%
B=12.59%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100136340.2600.750.4781.186033.33
Hex6488221A04B2F513c21
Octal14421042320113571217441
Binary11001001000100010001011010010010111011111010001111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648822; }

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

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

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

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

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

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

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

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