#658F76

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

Shades of Oxley #658F76

Tints of Oxley #658F76

Color information

#658F76 (or 0x658F76) is unknown color: approx Oxley. HEX triplet: 65, 8F and 76. RGB value is (101,143,118). Sum of RGB (Red+Green+Blue) = 101+143+118=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 143 - color contains mainly: green. Hex color #658F76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658F76 is #9A7089. Grayscale: #7F7F7F. Windows color (decimal): -10121354 or 7769957. OLE color: 7769957.

HSL color Cylindrical-coordinate representation of color #658F76: hue angle of 144.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #658F76 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB101143118-
CMYK0.2900.170.44
HSL144.29º17.21%47.84%-
HSV(B)144.29º29.37%56.08%-
XYZ18.4623.7220.74-
YUV127.59122.59109.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.90%
GREEN value IS 143 (56.25% from 255) = 39.50%
BLUE value IS 118 (46.48% from 255) = 32.60%
R=27.90%
G=39.50%
B=32.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011431180.2900.170.44144.2917.2147.84
Hex658F761D0112C901130
Octal14521716635021542202160
Binary1100101100011111110110111010100011011001001000010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658F76; }

 p { color: rgb(101,143,118); }

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

<style>
 a { background-color: #658F76; }

 a { background-color: rgb(101,143,118); }

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

<style>
 span { border-color: #658F76; }

 span { border-color: rgb(101,143,118); }

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