Html Css Color HEX #659F80 Oxley

📋 copy color: '#659F80'

red 101 ◦ green 159 ◦ blue 128

#659F80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oxley #659F80

Tints of Oxley #659F80

RGB

 RED value IS 101 (39.84% from 255) = 26.03%

 GREEN value IS 159 (62.5% from 255) = 40.98%

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 26.03%
G = 40.98%
B = 32.99%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#659F80 (or 0x659F80) is known color: Oxley. HEX triplet: 65, 9F and 80. RGB value is (101,159,128). Sum of RGB (Red+Green+Blue) = 101+159+128=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 159 (62.5% from 255 or 40.98% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 159 - color contains mainly: green. Hex color #659F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659F80 is #9A607F. Grayscale: #8A8A8A. Windows color (decimal): -10117248 or 8429413. OLE color: 8429413.

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

Color convert

RGB 101 159 128 -
CMYK 0.36 0 0.19 0.38
HSL 147.93º 0.23% 0.51% -
HSV(B) 147.93º 0.36% 0.62% -
XYZ 21.66 29.12 24.9 -
YUV 138.12 122.28 101.52 -
System Red Green Blue C M Y K H S L
Decimal 101 159 128 0.36 0 0.19 0.38 147.93 0.23 0.51
Hex 65 9F 80 24 0 13 26 94 17 33
Octal 145 237 200 44 0 23 46 224 27 63
Binary 1100101 10011111 10000000 100100 0 10011 100110 10010100 10111 110011

Color Harmonies of #659F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659F80

Black with #659F80

Text Example


Text Example

White with #659F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #659F80;
 }
 .AnyTagClassName
 {
   color: #659F80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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