#648A27

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

Shades of Olive Drab #648A27

Tints of Olive Drab #648A27

Color information

#648A27 (or 0x648A27) is unknown color: approx Olive Drab. HEX triplet: 64, 8A and 27. RGB value is (100,138,39). Sum of RGB (Red+Green+Blue) = 100+138+39=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 138 (54.30% from 255 or 49.82% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 138 - color contains mainly: green. Hex color #648A27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648A27 is #9B75D8. Grayscale: #737373. Windows color (decimal): -10188249 or 2591332. OLE color: 2591332.

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

Color convert

RGB10013839-
CMYK0.2800.720.46
HSL83.03º55.93%34.71%-
HSV(B)83.03º71.74%54.12%-
XYZ14.7121.035.2-
YUV115.3584.91117.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.10%
GREEN value IS 138 (54.30% from 255) = 49.82%
BLUE value IS 39 (15.62% from 255) = 14.08%
R=36.10%
G=49.82%
B=14.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100138390.2800.720.4683.0355.9334.71
Hex648A271C0482E533823
Octal14421247340110561237043
Binary11001001000101010011111100010010001011101010011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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