#648B1B

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

Shades of Olive Drab #648B1B

Tints of Olive Drab #648B1B

Color information

#648B1B (or 0x648B1B) is unknown color: approx Olive Drab. HEX triplet: 64, 8B and 1B. RGB value is (100,139,27). Sum of RGB (Red+Green+Blue) = 100+139+27=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 139 (54.69% from 255 or 52.26% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 139 - color contains mainly: green. Hex color #648B1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648B1B is #9B74E4. Grayscale: #727272. Windows color (decimal): -10188005 or 1805156. OLE color: 1805156.

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

Color convert

RGB10013927-
CMYK0.2800.810.45
HSL80.89º67.47%32.55%-
HSV(B)80.89º80.58%54.51%-
XYZ14.6921.254.37-
YUV114.5778.58117.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 37.59%
GREEN value IS 139 (54.69% from 255) = 52.26%
BLUE value IS 27 (10.94% from 255) = 10.15%
R=37.59%
G=52.26%
B=10.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100139270.2800.810.4580.8967.4732.55
Hex648B1B1C0512D514321
Octal144213333401215512110341
Binary11001001000101111011111000101000110110110100011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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