#648615

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

Shades of Olive Drab #648615

Tints of Olive Drab #648615

Color information

#648615 (or 0x648615) is unknown color: approx Olive Drab. HEX triplet: 64, 86 and 15. RGB value is (100,134,21). Sum of RGB (Red+Green+Blue) = 100+134+21=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 134 (52.73% from 255 or 52.55% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 134 - color contains mainly: green. Hex color #648615 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648615 is #9B79EA. Grayscale: #6F6F6F. Windows color (decimal): -10189291 or 1410660. OLE color: 1410660.

HSL color Cylindrical-coordinate representation of color #648615: hue angle of 78.05º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #648615 is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB10013421-
CMYK0.2500.840.47
HSL78.05º72.9%30.39%-
HSV(B)78.05º84.33%52.55%-
XYZ13.9219.813.8-
YUV110.9577.24120.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.22%
GREEN value IS 134 (52.73% from 255) = 52.55%
BLUE value IS 21 (8.59% from 255) = 8.24%
R=39.22%
G=52.55%
B=8.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100134210.2500.840.4778.0572.930.39
Hex648615190542F4e491e
Octal144206253101245711611136
Binary1100100100001101010111001010101001011111001110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648615; }

 p { color: rgb(100,134,21); }

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

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

 a { background-color: rgb(100,134,21); }

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

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

 span { border-color: rgb(100,134,21); }

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