#5FA377

Color #5FA377 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #5FA377

Tints of Oxley #5FA377

Color information

#5FA377 (or 0x5FA377) is unknown color: approx Oxley. HEX triplet: 5F, A3 and 77. RGB value is (95,163,119). Sum of RGB (Red+Green+Blue) = 95+163+119=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 163 (64.06% from 255 or 43.24% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA377 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA377 is #A05C88. Grayscale: #898989. Windows color (decimal): -10509449 or 7840607. OLE color: 7840607.

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

Color convert

RGB95163119-
CMYK0.4200.270.36
HSL141.18º26.98%50.59%-
HSV(B)141.18º41.72%63.92%-
XYZ21.1529.9622.12-
YUV137.65117.4797.58-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.20%
GREEN value IS 163 (64.06% from 255) = 43.24%
BLUE value IS 119 (46.88% from 255) = 31.56%
R=25.20%
G=43.24%
B=31.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal951631190.4200.270.36141.1826.9850.59
Hex5FA3772A01B248d1b33
Octal13724316752033442153363
Binary10111111010001111101111010100110111001001000110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FA377;
 }
 .AnyTagClassName
 {
   color: #5FA377;
 }
</style>
background-color css

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

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

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

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

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

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