#659f6f

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

Shades of Oxley #659F6F

Tints of Oxley #659F6F

Color information

#659F6F (or 0x659F6F) is unknown color: approx Oxley. HEX triplet: 65, 9F and 6F. RGB value is (101,159,111). Sum of RGB (Red+Green+Blue) = 101+159+111=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #659F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659F6F is #9A6090. Grayscale: #888888. Windows color (decimal): -10117265 or 7315301. OLE color: 7315301.

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

Color convert

RGB101159111-
CMYK0.3600.300.38
HSL130.34º23.2%50.98%-
HSV(B)130.34º36.48%62.35%-
XYZ20.6328.7119.49-
YUV136.19113.78102.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 159 (62.5% from 255) = 42.86%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=27.22%
G=42.86%
B=29.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011591110.3600.300.38130.3423.250.98
Hex659F6F2401E26821733
Octal14523715744036462022763
Binary11001011001111111011111001000111101001101000001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659f6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,159,111); }

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

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

 a { background-color: rgb(101,159,111); }

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

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

 span { border-color: rgb(101,159,111); }

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