#659B7E

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

Shades of Oxley #659B7E

Tints of Oxley #659B7E

Color information

#659B7E (or 0x659B7E) is unknown color: approx Oxley. HEX triplet: 65, 9B and 7E. RGB value is (101,155,126). Sum of RGB (Red+Green+Blue) = 101+155+126=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 155 - color contains mainly: green. Hex color #659B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659B7E is #9A6481. Grayscale: #878787. Windows color (decimal): -10118274 or 8297317. OLE color: 8297317.

HSL color Cylindrical-coordinate representation of color #659B7E: hue angle of 147.78º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659B7E is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB101155126-
CMYK0.3500.190.39
HSL147.78º21.26%50.2%-
HSV(B)147.78º34.84%60.78%-
XYZ20.8527.7223.99-
YUV135.55122.61103.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.44%
GREEN value IS 155 (60.94% from 255) = 40.58%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=26.44%
G=40.58%
B=32.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011551260.3500.190.39147.7821.2650.2
Hex659B7E2301327941532
Octal14523317643023472242562
Binary11001011001101111111101000110100111001111001010010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,155,126); }

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

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

 a { background-color: rgb(101,155,126); }

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

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

 span { border-color: rgb(101,155,126); }

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