Html Css Color HEX #5FA472 Oxley

📋 copy color: '#5FA472'

red 95 ◦ green 164 ◦ blue 114

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

Shades of Oxley #5FA472

Tints of Oxley #5FA472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.56%

R = 25.47%
G = 43.97%
B = 30.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#5FA472 (or 0x5FA472) is known color: Oxley. HEX triplet: 5F, A4 and 72. RGB value is (95,164,114). Sum of RGB (Red+Green+Blue) = 95+164+114=373 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.47% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA472 is #A05B8D. Grayscale: #898989. Windows color (decimal): -10509198 or 7513183. OLE color: 7513183.

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

Color convert

RGB 95 164 114 -
CMYK 0.42 0 0.30 0.36
HSL 136.52º 0.27% 0.51% -
HSV(B) 136.52º 0.42% 0.64% -
XYZ 21.03 30.2 20.64 -
YUV 137.67 114.64 97.57 -
System Red Green Blue C M Y K H S L
Decimal 95 164 114 0.42 0 0.30 0.36 136.52 0.27 0.51
Hex 5F A4 72 2A 0 1E 24 89 1B 33
Octal 137 244 162 52 0 36 44 211 33 63
Binary 1011111 10100100 1110010 101010 0 11110 100100 10001001 11011 110011

Color Harmonies of #5FA472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA472

Black with #5FA472

Text Example


Text Example

White with #5FA472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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