Html Css Color HEX #5FA577 Oxley

📋 copy color: '#5FA577'

red 95 ◦ green 165 ◦ blue 119

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

Shades of Oxley #5FA577

Tints of Oxley #5FA577

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.54%

 BLUE value IS 119 (46.88% from 255) = 31.4%

R = 25.07%
G = 43.54%
B = 31.4%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#5FA577 (or 0x5FA577) is known color: Oxley. HEX triplet: 5F, A5 and 77. RGB value is (95,165,119). Sum of RGB (Red+Green+Blue) = 95+165+119=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #5FA577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA577 is #A05A88. Grayscale: #8A8A8A. Windows color (decimal): -10508937 or 7841119. OLE color: 7841119.

HSL color Cylindrical-coordinate representation of color #5FA577: hue angle of 140.57º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA577 is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 95 165 119 -
CMYK 0.42 0 0.28 0.35
HSL 140.57º 0.28% 0.51% -
HSV(B) 140.57º 0.42% 0.65% -
XYZ 21.5 30.68 22.24 -
YUV 138.83 116.81 96.74 -
System Red Green Blue C M Y K H S L
Decimal 95 165 119 0.42 0 0.28 0.35 140.57 0.28 0.51
Hex 5F A5 77 2A 0 1C 23 8D 1C 33
Octal 137 245 167 52 0 34 43 215 34 63
Binary 1011111 10100101 1110111 101010 0 11100 100011 10001101 11100 110011

Color Harmonies of #5FA577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA577

Black with #5FA577

Text Example


Text Example

White with #5FA577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,165,119); }

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

background-color css

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

 a { background-color: rgb(95,165,119); }

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

border-color css

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

 span { border-color: rgb(95,165,119); }

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