#648914

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

Shades of Olive Drab #648914

Tints of Olive Drab #648914

Color information

#648914 (or 0x648914) is unknown color: approx Olive Drab. HEX triplet: 64, 89 and 14. RGB value is (100,137,20). Sum of RGB (Red+Green+Blue) = 100+137+20=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 137 (53.91% from 255 or 53.31% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 137 - color contains mainly: green. Hex color #648914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648914 is #9B76EB. Grayscale: #717171. Windows color (decimal): -10188524 or 1345892. OLE color: 1345892.

HSL color Cylindrical-coordinate representation of color #648914: hue angle of 78.97º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #648914 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB10013720-
CMYK0.2700.850.46
HSL78.97º74.52%30.78%-
HSV(B)78.97º85.4%53.73%-
XYZ14.3320.653.89-
YUV112.675.74119.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.91%
GREEN value IS 137 (53.91% from 255) = 53.31%
BLUE value IS 20 (8.20% from 255) = 7.78%
R=38.91%
G=53.31%
B=7.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100137200.2700.850.4678.9774.5230.78
Hex6489141B0552E4f4b1f
Octal144211243301255611711337
Binary1100100100010011010011011010101011011101001111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648914; }

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

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

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

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

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

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

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

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