#659E6E

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

Shades of Oxley #659E6E

Tints of Oxley #659E6E

Color information

#659E6E (or 0x659E6E) is unknown color: approx Oxley. HEX triplet: 65, 9E and 6E. RGB value is (101,158,110). Sum of RGB (Red+Green+Blue) = 101+158+110=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 158 - color contains mainly: green. Hex color #659E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659E6E is #9A6191. Grayscale: #878787. Windows color (decimal): -10117522 or 7249509. OLE color: 7249509.

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

Color convert

RGB101158110-
CMYK0.3600.300.38
HSL129.47º22.71%50.78%-
HSV(B)129.47º36.08%61.96%-
XYZ20.4128.3519.15-
YUV135.48113.62103.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.37%
GREEN value IS 158 (62.11% from 255) = 42.82%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=27.37%
G=42.82%
B=29.81%

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
Decimal1011581100.3600.300.38129.4722.7150.78
Hex659E6E2401E26811733
Octal14523615644036462012763
Binary11001011001111011011101001000111101001101000000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,158,110); }

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

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

 a { background-color: rgb(101,158,110); }

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

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

 span { border-color: rgb(101,158,110); }

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