#648A02

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

Shades of Olive Drab #648A02

Tints of Olive Drab #648A02

Color information

#648A02 (or 0x648A02) is unknown color: approx Olive Drab. HEX triplet: 64, 8A and 02. RGB value is (100,138,2). Sum of RGB (Red+Green+Blue) = 100+138+2=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 138 (54.30% from 255 or 57.5% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 138 - color contains mainly: green. Hex color #648A02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648A02 is #9B75FD. Grayscale: #6F6F6F. Windows color (decimal): -10188286 or 166500. OLE color: 166500.

HSL color Cylindrical-coordinate representation of color #648A02: hue angle of 76.76º 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 #648A02 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB1001382-
CMYK0.2800.990.46
HSL76.76º97.14%27.45%-
HSV(B)76.76º98.55%54.12%-
XYZ14.3520.893.33-
YUV111.1366.41120.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 41.67%
GREEN value IS 138 (54.30% from 255) = 57.5%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=41.67%
G=57.5%
B=0.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10013820.2800.990.4676.7697.1427.45
Hex648A21C0632E4d611b
Octal14421223401435611514133
Binary1100100100010101011100011000111011101001101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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