Html Css Color HEX #5F9771 Oxley

📋 copy color: '#5F9771'

red 95 ◦ green 151 ◦ blue 113

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

Shades of Oxley #5F9771

Tints of Oxley #5F9771

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.06%

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

R = 26.46%
G = 42.06%
B = 31.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#5F9771 (or 0x5F9771) is known color: Oxley. HEX triplet: 5F, 97 and 71. RGB value is (95,151,113). Sum of RGB (Red+Green+Blue) = 95+151+113=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 151 (59.38% from 255 or 42.06% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 151 - color contains mainly: green. Hex color #5F9771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9771 is #A0688E. Grayscale: #828282. Windows color (decimal): -10512527 or 7444319. OLE color: 7444319.

HSL color Cylindrical-coordinate representation of color #5F9771: hue angle of 139.29º 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 #5F9771 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 95 151 113 -
CMYK 0.37 0 0.25 0.41
HSL 139.29º 0.23% 0.48% -
HSV(B) 139.29º 0.37% 0.59% -
XYZ 18.77 25.76 19.61 -
YUV 129.92 118.45 103.09 -
System Red Green Blue C M Y K H S L
Decimal 95 151 113 0.37 0 0.25 0.41 139.29 0.23 0.48
Hex 5F 97 71 25 0 19 29 8B 17 30
Octal 137 227 161 45 0 31 51 213 27 60
Binary 1011111 10010111 1110001 100101 0 11001 101001 10001011 10111 110000

Color Harmonies of #5F9771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9771

Black with #5F9771

Text Example


Text Example

White with #5F9771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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