#5F9775

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

Shades of Oxley #5F9775

Tints of Oxley #5F9775

Color information

#5F9775 (or 0x5F9775) is unknown color: approx Oxley. HEX triplet: 5F, 97 and 75. RGB value is (95,151,117). Sum of RGB (Red+Green+Blue) = 95+151+117=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 151 - color contains mainly: green. Hex color #5F9775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9775 is #A0688A. Grayscale: #828282. Windows color (decimal): -10512523 or 7706463. OLE color: 7706463.

HSL color Cylindrical-coordinate representation of color #5F9775: hue angle of 143.57º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F9775 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB95151117-
CMYK0.3700.230.41
HSL143.57º22.76%48.24%-
HSV(B)143.57º37.09%59.22%-
XYZ1925.8520.82-
YUV130.38120.45102.76-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.17%
GREEN value IS 151 (59.38% from 255) = 41.60%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=26.17%
G=41.60%
B=32.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal951511170.3700.230.41143.5722.7648.24
Hex5F97752501729901730
Octal13722716545027512202760
Binary10111111001011111101011001010101111010011001000010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,151,117); }

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

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

 a { background-color: rgb(95,151,117); }

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

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

 span { border-color: rgb(95,151,117); }

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