#659D74

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

Shades of Oxley #659D74

Tints of Oxley #659D74

Color information

#659D74 (or 0x659D74) is unknown color: approx Oxley. HEX triplet: 65, 9D and 74. RGB value is (101,157,116). Sum of RGB (Red+Green+Blue) = 101+157+116=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 157 - color contains mainly: green. Hex color #659D74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659D74 is #9A628B. Grayscale: #878787. Windows color (decimal): -10117772 or 7642469. OLE color: 7642469.

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

Color convert

RGB101157116-
CMYK0.3600.260.38
HSL136.07º22.22%50.59%-
HSV(B)136.07º35.67%61.57%-
XYZ20.5828.1420.87-
YUV135.58116.95103.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 157 (61.72% from 255) = 41.98%
BLUE value IS 116 (45.70% from 255) = 31.02%
R=27.01%
G=41.98%
B=31.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011571160.3600.260.38136.0722.2250.59
Hex659D742401A26881633
Octal14523516444032462102663
Binary11001011001110111101001001000110101001101000100010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #659D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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