#648E73

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

Shades of Oxley #648E73

Tints of Oxley #648E73

Color information

#648E73 (or 0x648E73) is unknown color: approx Oxley. HEX triplet: 64, 8E and 73. RGB value is (100,142,115). Sum of RGB (Red+Green+Blue) = 100+142+115=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 142 - color contains mainly: green. Hex color #648E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648E73 is #9B718C. Grayscale: #7E7E7E. Windows color (decimal): -10187149 or 7573092. OLE color: 7573092.

HSL color Cylindrical-coordinate representation of color #648E73: hue angle of 141.43º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #648E73 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB100142115-
CMYK0.3000.190.44
HSL141.43º17.36%47.45%-
HSV(B)141.43º29.58%55.69%-
XYZ18.0223.2919.77-
YUV126.36121.59109.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 142 (55.86% from 255) = 39.78%
BLUE value IS 115 (45.31% from 255) = 32.21%
R=28.01%
G=39.78%
B=32.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001421150.3000.190.44141.4317.3647.45
Hex648E731E0132C8d112f
Octal14421616336023542152157
Binary1100100100011101110011111100100111011001000110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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