#658E77

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

Shades of Oxley #658E77

Tints of Oxley #658E77

Color information

#658E77 (or 0x658E77) is unknown color: approx Oxley. HEX triplet: 65, 8E and 77. RGB value is (101,142,119). Sum of RGB (Red+Green+Blue) = 101+142+119=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 142 - color contains mainly: green. Hex color #658E77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658E77 is #9A7188. Grayscale: #7F7F7F. Windows color (decimal): -10121609 or 7835237. OLE color: 7835237.

HSL color Cylindrical-coordinate representation of color #658E77: hue angle of 146.34º 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 #658E77 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB101142119-
CMYK0.2900.160.44
HSL146.34º16.87%47.65%-
HSV(B)146.34º28.87%55.69%-
XYZ18.3723.4421.01-
YUV127.12123.42109.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.90%
GREEN value IS 142 (55.86% from 255) = 39.23%
BLUE value IS 119 (46.88% from 255) = 32.87%
R=27.90%
G=39.23%
B=32.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011421190.2900.160.44146.3416.8747.65
Hex658E771D0102C921130
Octal14521616735020542222160
Binary1100101100011101110111111010100001011001001001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,142,119); }

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

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

 a { background-color: rgb(101,142,119); }

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

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

 span { border-color: rgb(101,142,119); }

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