Html Css Color HEX #5FA079 Oxley

📋 copy color: '#5FA079'

red 95 ◦ green 160 ◦ blue 121

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

Shades of Oxley #5FA079

Tints of Oxley #5FA079

RGB

 RED value IS 95 (37.5% from 255) = 25.27%

 GREEN value IS 160 (62.89% from 255) = 42.55%

 BLUE value IS 121 (47.66% from 255) = 32.18%

R = 25.27%
G = 42.55%
B = 32.18%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#5FA079 (or 0x5FA079) is known color: Oxley. HEX triplet: 5F, A0 and 79. RGB value is (95,160,121). Sum of RGB (Red+Green+Blue) = 95+160+121=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA079 is #A05F86. Grayscale: #888888. Windows color (decimal): -10510215 or 7970911. OLE color: 7970911.

HSL color Cylindrical-coordinate representation of color #5FA079: hue angle of 144º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA079 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 95 160 121 -
CMYK 0.41 0 0.24 0.37
HSL 144º 0.25% 0.5% -
HSV(B) 144º 0.41% 0.63% -
XYZ 20.74 28.95 22.58 -
YUV 136.12 119.47 98.67 -
System Red Green Blue C M Y K H S L
Decimal 95 160 121 0.41 0 0.24 0.37 144 0.25 0.5
Hex 5F A0 79 29 0 18 25 90 19 32
Octal 137 240 171 51 0 30 45 220 31 62
Binary 1011111 10100000 1111001 101001 0 11000 100101 10010000 11001 110010

Color Harmonies of #5FA079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA079

Black with #5FA079

Text Example


Text Example

White with #5FA079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FA079; }

 p { color: rgb(95,160,121); }

 H1.HeaderClassName
 {
   color: #5FA079;
 }
 .AnyTagClassName
 {
   color: #5FA079;
 }
</style>

background-color css

<style>
 a { background-color: #5FA079; }

 a { background-color: rgb(95,160,121); }

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

border-color css

<style>
 span { border-color: #5FA079; }

 span { border-color: rgb(95,160,121); }

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