#648625

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

Shades of Olive Drab #648625

Tints of Olive Drab #648625

Color information

#648625 (or 0x648625) is unknown color: approx Olive Drab. HEX triplet: 64, 86 and 25. RGB value is (100,134,37). Sum of RGB (Red+Green+Blue) = 100+134+37=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #648625 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648625 is #9B79DA. Grayscale: #717171. Windows color (decimal): -10189275 or 2459236. OLE color: 2459236.

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

Color convert

RGB10013437-
CMYK0.2500.720.47
HSL81.03º56.73%33.53%-
HSV(B)81.03º72.39%52.55%-
XYZ14.1119.894.85-
YUV112.7885.24118.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.90%
GREEN value IS 134 (52.73% from 255) = 49.45%
BLUE value IS 37 (14.84% from 255) = 13.65%
R=36.90%
G=49.45%
B=13.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100134370.2500.720.4781.0356.7333.53
Hex648625190482F513922
Octal14420645310110571217142
Binary11001001000011010010111001010010001011111010001111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648625; }

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

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

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

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

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

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

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

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