#648A1A

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

Shades of Olive Drab #648A1A

Tints of Olive Drab #648A1A

Color information

#648A1A (or 0x648A1A) is unknown color: approx Olive Drab. HEX triplet: 64, 8A and 1A. RGB value is (100,138,26). Sum of RGB (Red+Green+Blue) = 100+138+26=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 138 (54.30% from 255 or 52.27% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 138 - color contains mainly: green. Hex color #648A1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648A1A is #9B75E5. Grayscale: #727272. Windows color (decimal): -10188262 or 1739364. OLE color: 1739364.

HSL color Cylindrical-coordinate representation of color #648A1A: hue angle of 80.36º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #648A1A is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB10013826-
CMYK0.2800.810.46
HSL80.36º68.29%32.16%-
HSV(B)80.36º81.16%54.12%-
XYZ14.5320.964.26-
YUV113.8778.41118.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.88%
GREEN value IS 138 (54.30% from 255) = 52.27%
BLUE value IS 26 (10.55% from 255) = 9.85%
R=37.88%
G=52.27%
B=9.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100138260.2800.810.4680.3668.2932.16
Hex648A1A1C0512E504420
Octal144212323401215612010440
Binary11001001000101011010111000101000110111010100001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648A1A; }

 p { color: rgb(100,138,26); }

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

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

 a { background-color: rgb(100,138,26); }

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

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

 span { border-color: rgb(100,138,26); }

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