Html Css Color HEX #5FA474 Oxley

📋 copy color: '#5FA474'

red 95 ◦ green 164 ◦ blue 116

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

Shades of Oxley #5FA474

Tints of Oxley #5FA474

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.73%

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 25.33%
G = 43.73%
B = 30.93%

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

#5FA474 (or 0x5FA474) is known color: Oxley. HEX triplet: 5F, A4 and 74. RGB value is (95,164,116). Sum of RGB (Red+Green+Blue) = 95+164+116=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA474 is #A05B8B. Grayscale: #8A8A8A. Windows color (decimal): -10509196 or 7644255. OLE color: 7644255.

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

Color convert

RGB 95 164 116 -
CMYK 0.42 0 0.29 0.36
HSL 138.26º 0.27% 0.51% -
HSV(B) 138.26º 0.42% 0.64% -
XYZ 21.15 30.24 21.25 -
YUV 137.9 115.64 97.4 -
System Red Green Blue C M Y K H S L
Decimal 95 164 116 0.42 0 0.29 0.36 138.26 0.27 0.51
Hex 5F A4 74 2A 0 1D 24 8A 1B 33
Octal 137 244 164 52 0 35 44 212 33 63
Binary 1011111 10100100 1110100 101010 0 11101 100100 10001010 11011 110011

Color Harmonies of #5FA474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA474

Black with #5FA474

Text Example


Text Example

White with #5FA474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,164,116); }

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

background-color css

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

 a { background-color: rgb(95,164,116); }

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

border-color css

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

 span { border-color: rgb(95,164,116); }

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