Html Css Color HEX #5FA470 Oxley

📋 copy color: '#5FA470'

red 95 ◦ green 164 ◦ blue 112

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

Shades of Oxley #5FA470

Tints of Oxley #5FA470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.19%

R = 25.61%
G = 44.2%
B = 30.19%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#5FA470 (or 0x5FA470) is known color: Oxley. HEX triplet: 5F, A4 and 70. RGB value is (95,164,112). Sum of RGB (Red+Green+Blue) = 95+164+112=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA470 is #A05B8F. Grayscale: #898989. Windows color (decimal): -10509200 or 7382111. OLE color: 7382111.

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

Color convert

RGB 95 164 112 -
CMYK 0.42 0 0.32 0.36
HSL 134.78º 0.27% 0.51% -
HSV(B) 134.78º 0.42% 0.64% -
XYZ 20.92 30.15 20.05 -
YUV 137.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 95 164 112 0.42 0 0.32 0.36 134.78 0.27 0.51
Hex 5F A4 70 2A 0 20 24 87 1B 33
Octal 137 244 160 52 0 40 44 207 33 63
Binary 1011111 10100100 1110000 101010 0 100000 100100 10000111 11011 110011

Color Harmonies of #5FA470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA470

Black with #5FA470

Text Example


Text Example

White with #5FA470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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