Html Css Color HEX #659F73 Oxley

📋 copy color: '#659F73'

red 101 ◦ green 159 ◦ blue 115

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

Shades of Oxley #659F73

Tints of Oxley #659F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.67%

R = 26.93%
G = 42.4%
B = 30.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#659F73 (or 0x659F73) is known color: Oxley. HEX triplet: 65, 9F and 73. RGB value is (101,159,115). Sum of RGB (Red+Green+Blue) = 101+159+115=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 159 - color contains mainly: green. Hex color #659F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659F73 is #9A608C. Grayscale: #888888. Windows color (decimal): -10117261 or 7577445. OLE color: 7577445.

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

Color convert

RGB 101 159 115 -
CMYK 0.36 0 0.28 0.38
HSL 134.48º 0.23% 0.51% -
HSV(B) 134.48º 0.36% 0.62% -
XYZ 20.86 28.8 20.68 -
YUV 136.64 115.78 102.58 -
System Red Green Blue C M Y K H S L
Decimal 101 159 115 0.36 0 0.28 0.38 134.48 0.23 0.51
Hex 65 9F 73 24 0 1C 26 86 17 33
Octal 145 237 163 44 0 34 46 206 27 63
Binary 1100101 10011111 1110011 100100 0 11100 100110 10000110 10111 110011

Color Harmonies of #659F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659F73

Black with #659F73

Text Example


Text Example

White with #659F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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