Html Css Color HEX #5FA078 Oxley

📋 copy color: '#5FA078'

red 95 ◦ green 160 ◦ blue 120

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

Shades of Oxley #5FA078

Tints of Oxley #5FA078

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.67%

 BLUE value IS 120 (47.27% from 255) = 32%

R = 25.33%
G = 42.67%
B = 32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#5FA078 (or 0x5FA078) is known color: Oxley. HEX triplet: 5F, A0 and 78. RGB value is (95,160,120). Sum of RGB (Red+Green+Blue) = 95+160+120=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA078 is #A05F87. Grayscale: #888888. Windows color (decimal): -10510216 or 7905375. OLE color: 7905375.

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

Color convert

RGB 95 160 120 -
CMYK 0.41 0 0.25 0.37
HSL 143.08º 0.25% 0.5% -
HSV(B) 143.08º 0.41% 0.63% -
XYZ 20.68 28.93 22.26 -
YUV 136.01 118.97 98.75 -
System Red Green Blue C M Y K H S L
Decimal 95 160 120 0.41 0 0.25 0.37 143.08 0.25 0.5
Hex 5F A0 78 29 0 19 25 8F 19 32
Octal 137 240 170 51 0 31 45 217 31 62
Binary 1011111 10100000 1111000 101001 0 11001 100101 10001111 11001 110010

Color Harmonies of #5FA078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA078

Black with #5FA078

Text Example


Text Example

White with #5FA078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,160,120); }

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

background-color css

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

 a { background-color: rgb(95,160,120); }

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

border-color css

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

 span { border-color: rgb(95,160,120); }

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