#648E75

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

Shades of Oxley #648E75

Tints of Oxley #648E75

Color information

#648E75 (or 0x648E75) is unknown color: approx Oxley. HEX triplet: 64, 8E and 75. RGB value is (100,142,117). Sum of RGB (Red+Green+Blue) = 100+142+117=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 142 - color contains mainly: green. Hex color #648E75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648E75 is #9B718A. Grayscale: #7E7E7E. Windows color (decimal): -10187147 or 7704164. OLE color: 7704164.

HSL color Cylindrical-coordinate representation of color #648E75: hue angle of 144.29º 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 #648E75 is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB100142117-
CMYK0.3000.180.44
HSL144.29º17.36%47.45%-
HSV(B)144.29º29.58%55.69%-
XYZ18.1423.3420.38-
YUV126.59122.59109.03-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 142 (55.86% from 255) = 39.55%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=27.86%
G=39.55%
B=32.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001421170.3000.180.44144.2917.3647.45
Hex648E751E0122C90112f
Octal14421616536022542202157
Binary1100100100011101110101111100100101011001001000010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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