#648E0E

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

Shades of Olive Drab #648E0E

Tints of Olive Drab #648E0E

Color information

#648E0E (or 0x648E0E) is unknown color: approx Olive Drab. HEX triplet: 64, 8E and 0E. RGB value is (100,142,14). Sum of RGB (Red+Green+Blue) = 100+142+14=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 142 (55.86% from 255 or 55.47% from 256); Blue value is 14 (5.86% from 255 or 5.47% from 256); Max value from RGB is 142 - color contains mainly: green. Hex color #648E0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648E0E is #9B71F1. Grayscale: #737373. Windows color (decimal): -10187250 or 953956. OLE color: 953956.

HSL color Cylindrical-coordinate representation of color #648E0E: hue angle of 79.69º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #648E0E is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB10014214-
CMYK0.3000.900.44
HSL79.69º82.05%30.59%-
HSV(B)79.69º90.14%55.69%-
XYZ15.0122.093.89-
YUV114.8571.09117.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 39.06%
GREEN value IS 142 (55.86% from 255) = 55.47%
BLUE value IS 14 (5.86% from 255) = 5.47%
R=39.06%
G=55.47%
B=5.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal100142140.3000.900.4479.6982.0530.59
Hex648EE1E05A2C50521f
Octal144216163601325412012237
Binary110010010001110111011110010110101011001010000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,142,14); }

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

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

 a { background-color: rgb(100,142,14); }

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

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

 span { border-color: rgb(100,142,14); }

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