#648B71

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

Shades of Oxley #648B71

Tints of Oxley #648B71

Color information

#648B71 (or 0x648B71) is unknown color: approx Oxley. HEX triplet: 64, 8B and 71. RGB value is (100,139,113). Sum of RGB (Red+Green+Blue) = 100+139+113=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 139 - color contains mainly: green. Hex color #648B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648B71 is #9B748E. Grayscale: #7C7C7C. Windows color (decimal): -10187919 or 7441252. OLE color: 7441252.

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

Color convert

RGB100139113-
CMYK0.2800.190.45
HSL140º16.32%46.86%-
HSV(B)140º28.06%54.51%-
XYZ17.4722.3719.02-
YUV124.38121.58110.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.41%
GREEN value IS 139 (54.69% from 255) = 39.49%
BLUE value IS 113 (44.53% from 255) = 32.10%
R=28.41%
G=39.49%
B=32.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001391130.2800.190.4514016.3246.86
Hex648B711C0132D8c102f
Octal14421316134023552142057
Binary1100100100010111110001111000100111011011000110010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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