#648B1D

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

Shades of Olive Drab #648B1D

Tints of Olive Drab #648B1D

Color information

#648B1D (or 0x648B1D) is unknown color: approx Olive Drab. HEX triplet: 64, 8B and 1D. RGB value is (100,139,29). Sum of RGB (Red+Green+Blue) = 100+139+29=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 139 (54.69% from 255 or 51.87% from 268); Blue value is 29 (11.72% from 255 or 10.82% from 268); Max value from RGB is 139 - color contains mainly: green. Hex color #648B1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648B1D is #9B74E2. Grayscale: #737373. Windows color (decimal): -10188003 or 1936228. OLE color: 1936228.

HSL color Cylindrical-coordinate representation of color #648B1D: hue angle of 81.27º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #648B1D is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB10013929-
CMYK0.2800.790.45
HSL81.27º65.48%32.94%-
HSV(B)81.27º79.14%54.51%-
XYZ14.7121.264.49-
YUV114.879.58117.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.31%
GREEN value IS 139 (54.69% from 255) = 51.87%
BLUE value IS 29 (11.72% from 255) = 10.82%
R=37.31%
G=51.87%
B=10.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100139290.2800.790.4581.2765.4832.94
Hex648B1D1C04F2D514121
Octal144213353401175512110141
Binary11001001000101111101111000100111110110110100011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,139,29); }

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

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

 a { background-color: rgb(100,139,29); }

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

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

 span { border-color: rgb(100,139,29); }

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