#659D71

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

Shades of Oxley #659D71

Tints of Oxley #659D71

Color information

#659D71 (or 0x659D71) is unknown color: approx Oxley. HEX triplet: 65, 9D and 71. RGB value is (101,157,113). Sum of RGB (Red+Green+Blue) = 101+157+113=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 157 - color contains mainly: green. Hex color #659D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659D71 is #9A628E. Grayscale: #878787. Windows color (decimal): -10117775 or 7445861. OLE color: 7445861.

HSL color Cylindrical-coordinate representation of color #659D71: hue angle of 132.86º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659D71 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.

Color convert

RGB101157113-
CMYK0.3600.280.38
HSL132.86º22.22%50.59%-
HSV(B)132.86º35.67%61.57%-
XYZ20.428.0719.97-
YUV135.24115.45103.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 157 (61.72% from 255) = 42.32%
BLUE value IS 113 (44.53% from 255) = 30.46%
R=27.22%
G=42.32%
B=30.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011571130.3600.280.38132.8622.2250.59
Hex659D712401C26851633
Octal14523516144034462052663
Binary11001011001110111100011001000111001001101000010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #659D71; }

 p { color: rgb(101,157,113); }

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

<style>
 a { background-color: #659D71; }

 a { background-color: rgb(101,157,113); }

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

<style>
 span { border-color: #659D71; }

 span { border-color: rgb(101,157,113); }

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