Html Css Color HEX #5FA371 Oxley

📋 copy color: '#5FA371'

red 95 ◦ green 163 ◦ blue 113

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

Shades of Oxley #5FA371

Tints of Oxley #5FA371

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.94%

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 25.61%
G = 43.94%
B = 30.46%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#5FA371 (or 0x5FA371) is known color: Oxley. HEX triplet: 5F, A3 and 71. RGB value is (95,163,113). Sum of RGB (Red+Green+Blue) = 95+163+113=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 163 (64.06% from 255 or 43.94% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA371 is #A05C8E. Grayscale: #898989. Windows color (decimal): -10509455 or 7447391. OLE color: 7447391.

HSL color Cylindrical-coordinate representation of color #5FA371: hue angle of 135.88º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA371 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 163 113 -
CMYK 0.42 0 0.31 0.36
HSL 135.88º 0.27% 0.51% -
HSV(B) 135.88º 0.42% 0.64% -
XYZ 20.8 29.82 20.28 -
YUV 136.97 114.47 98.07 -
System Red Green Blue C M Y K H S L
Decimal 95 163 113 0.42 0 0.31 0.36 135.88 0.27 0.51
Hex 5F A3 71 2A 0 1F 24 88 1B 33
Octal 137 243 161 52 0 37 44 210 33 63
Binary 1011111 10100011 1110001 101010 0 11111 100100 10001000 11011 110011

Color Harmonies of #5FA371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA371

Black with #5FA371

Text Example


Text Example

White with #5FA371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,163,113); }

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

background-color css

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

 a { background-color: rgb(95,163,113); }

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

border-color css

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

 span { border-color: rgb(95,163,113); }

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