#649A14

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

Shades of Olive Drab #649A14

Tints of Olive Drab #649A14

Color information

#649A14 (or 0x649A14) is unknown color: approx Olive Drab. HEX triplet: 64, 9A and 14. RGB value is (100,154,20). Sum of RGB (Red+Green+Blue) = 100+154+20=274 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.50% from 274); Green value is 154 (60.55% from 255 or 56.20% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 154 - color contains mainly: green. Hex color #649A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649A14 is #9B65EB. Grayscale: #7B7B7B. Windows color (decimal): -10184172 or 1350244. OLE color: 1350244.

HSL color Cylindrical-coordinate representation of color #649A14: hue angle of 84.18º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #649A14 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB10015420-
CMYK0.3500.870.40
HSL84.18º77.01%34.12%-
HSV(B)84.18º87.01%60.39%-
XYZ16.9425.874.76-
YUV122.5870.11111.9-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.50%
GREEN value IS 154 (60.55% from 255) = 56.20%
BLUE value IS 20 (8.20% from 255) = 7.30%
R=36.50%
G=56.20%
B=7.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100154200.3500.870.4084.1877.0134.12
Hex649A142305728544d22
Octal144232244301275012411542
Binary110010010011010101001000110101011110100010101001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649A14; }

 p { color: rgb(100,154,20); }

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

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

 a { background-color: rgb(100,154,20); }

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

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

 span { border-color: rgb(100,154,20); }

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