#659D70

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

Shades of Oxley #659D70

Tints of Oxley #659D70

Color information

#659D70 (or 0x659D70) is unknown color: approx Oxley. HEX triplet: 65, 9D and 70. RGB value is (101,157,112). Sum of RGB (Red+Green+Blue) = 101+157+112=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 157 - color contains mainly: green. Hex color #659D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659D70 is #9A628F. Grayscale: #878787. Windows color (decimal): -10117776 or 7380325. OLE color: 7380325.

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

Color convert

RGB101157112-
CMYK0.3600.290.38
HSL131.79º22.22%50.59%-
HSV(B)131.79º35.67%61.57%-
XYZ20.3528.0519.67-
YUV135.13114.95103.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.30%
GREEN value IS 157 (61.72% from 255) = 42.43%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=27.30%
G=42.43%
B=30.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011571120.3600.290.38131.7922.2250.59
Hex659D702401D26841633
Octal14523516044035462042663
Binary11001011001110111100001001000111011001101000010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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