Html Css Color HEX #659F75 Oxley

📋 copy color: '#659F75'

red 101 ◦ green 159 ◦ blue 117

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

Shades of Oxley #659F75

Tints of Oxley #659F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 26.79%
G = 42.18%
B = 31.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#659F75 (or 0x659F75) is known color: Oxley. HEX triplet: 65, 9F and 75. RGB value is (101,159,117). Sum of RGB (Red+Green+Blue) = 101+159+117=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #659F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659F75 is #9A608A. Grayscale: #888888. Windows color (decimal): -10117259 or 7708517. OLE color: 7708517.

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

Color convert

RGB 101 159 117 -
CMYK 0.36 0 0.26 0.38
HSL 136.55º 0.23% 0.51% -
HSV(B) 136.55º 0.36% 0.62% -
XYZ 20.98 28.85 21.29 -
YUV 136.87 116.78 102.42 -
System Red Green Blue C M Y K H S L
Decimal 101 159 117 0.36 0 0.26 0.38 136.55 0.23 0.51
Hex 65 9F 75 24 0 1A 26 89 17 33
Octal 145 237 165 44 0 32 46 211 27 63
Binary 1100101 10011111 1110101 100100 0 11010 100110 10001001 10111 110011

Color Harmonies of #659F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659F75

Black with #659F75

Text Example


Text Example

White with #659F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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