#648B27

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

Shades of Olive Drab #648B27

Tints of Olive Drab #648B27

Color information

#648B27 (or 0x648B27) is unknown color: approx Olive Drab. HEX triplet: 64, 8B and 27. RGB value is (100,139,39). Sum of RGB (Red+Green+Blue) = 100+139+39=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 139 (54.69% from 255 or 50% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 139 - color contains mainly: green. Hex color #648B27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648B27 is #9B74D8. Grayscale: #747474. Windows color (decimal): -10187993 or 2591588. OLE color: 2591588.

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

Color convert

RGB10013939-
CMYK0.2800.720.45
HSL83.4º56.18%34.9%-
HSV(B)83.4º71.94%54.51%-
XYZ14.8521.325.25-
YUV115.9484.58116.63-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 139 (54.69% from 255) = 50%
BLUE value IS 39 (15.62% from 255) = 14.03%
R=35.97%
G=50%
B=14.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100139390.2800.720.4583.456.1834.9
Hex648B271C0482D533823
Octal14421347340110551237043
Binary11001001000101110011111100010010001011011010011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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