#648A17

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

Shades of Olive Drab #648A17

Tints of Olive Drab #648A17

Color information

#648A17 (or 0x648A17) is unknown color: approx Olive Drab. HEX triplet: 64, 8A and 17. RGB value is (100,138,23). Sum of RGB (Red+Green+Blue) = 100+138+23=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 138 (54.30% from 255 or 52.87% from 261); Blue value is 23 (9.38% from 255 or 8.81% from 261); Max value from RGB is 138 - color contains mainly: green. Hex color #648A17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648A17 is #9B75E8. Grayscale: #717171. Windows color (decimal): -10188265 or 1542756. OLE color: 1542756.

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

Color convert

RGB10013823-
CMYK0.2800.830.46
HSL79.83º71.43%31.57%-
HSV(B)79.83º83.33%54.12%-
XYZ14.520.954.09-
YUV113.5376.91118.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.31%
GREEN value IS 138 (54.30% from 255) = 52.87%
BLUE value IS 23 (9.38% from 255) = 8.81%
R=38.31%
G=52.87%
B=8.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100138230.2800.830.4679.8371.4331.57
Hex648A171C0532E504720
Octal144212273401235612010740
Binary11001001000101010111111000101001110111010100001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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