Html Css Color HEX #5FA373 Oxley

📋 copy color: '#5FA373'

red 95 ◦ green 163 ◦ blue 115

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

Shades of Oxley #5FA373

Tints of Oxley #5FA373

RGB

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

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

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

R = 25.47%
G = 43.7%
B = 30.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#5FA373 (or 0x5FA373) is known color: Oxley. HEX triplet: 5F, A3 and 73. RGB value is (95,163,115). Sum of RGB (Red+Green+Blue) = 95+163+115=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 163 (64.06% from 255 or 43.70% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA373 is #A05C8C. Grayscale: #898989. Windows color (decimal): -10509453 or 7578463. OLE color: 7578463.

HSL color Cylindrical-coordinate representation of color #5FA373: hue angle of 137.65º 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 #5FA373 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 163 115 -
CMYK 0.42 0 0.29 0.36
HSL 137.65º 0.27% 0.51% -
HSV(B) 137.65º 0.42% 0.64% -
XYZ 20.91 29.87 20.88 -
YUV 137.2 115.47 97.9 -
System Red Green Blue C M Y K H S L
Decimal 95 163 115 0.42 0 0.29 0.36 137.65 0.27 0.51
Hex 5F A3 73 2A 0 1D 24 8A 1B 33
Octal 137 243 163 52 0 35 44 212 33 63
Binary 1011111 10100011 1110011 101010 0 11101 100100 10001010 11011 110011

Color Harmonies of #5FA373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA373

Black with #5FA373

Text Example


Text Example

White with #5FA373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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