#659D7C

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

Shades of Oxley #659D7C

Tints of Oxley #659D7C

Color information

#659D7C (or 0x659D7C) is unknown color: approx Oxley. HEX triplet: 65, 9D and 7C. RGB value is (101,157,124). Sum of RGB (Red+Green+Blue) = 101+157+124=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #659D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659D7C is #9A6283. Grayscale: #888888. Windows color (decimal): -10117764 or 8166757. OLE color: 8166757.

HSL color Cylindrical-coordinate representation of color #659D7C: hue angle of 144.64º 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 #659D7C is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB101157124-
CMYK0.3600.210.38
HSL144.64º22.22%50.59%-
HSV(B)144.64º35.67%61.57%-
XYZ21.0628.3423.43-
YUV136.49120.95102.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.44%
GREEN value IS 157 (61.72% from 255) = 41.10%
BLUE value IS 124 (48.83% from 255) = 32.46%
R=26.44%
G=41.10%
B=32.46%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011571240.3600.210.38144.6422.2250.59
Hex659D7C2401526911633
Octal14523517444025462212663
Binary11001011001110111111001001000101011001101001000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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