Html Css Color HEX #5F9F78 Oxley

📋 copy color: '#5F9F78'

red 95 ◦ green 159 ◦ blue 120

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

Shades of Oxley #5F9F78

Tints of Oxley #5F9F78

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.51%

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

R = 25.4%
G = 42.51%
B = 32.09%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#5F9F78 (or 0x5F9F78) is known color: Oxley. HEX triplet: 5F, 9F and 78. RGB value is (95,159,120). Sum of RGB (Red+Green+Blue) = 95+159+120=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 159 - color contains mainly: green. Hex color #5F9F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9F78 is #A06087. Grayscale: #878787. Windows color (decimal): -10510472 or 7905119. OLE color: 7905119.

HSL color Cylindrical-coordinate representation of color #5F9F78: hue angle of 143.44º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F9F78 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 159 120 -
CMYK 0.40 0 0.25 0.38
HSL 143.44º 0.25% 0.5% -
HSV(B) 143.44º 0.4% 0.62% -
XYZ 20.51 28.59 22.21 -
YUV 135.42 119.3 99.17 -
System Red Green Blue C M Y K H S L
Decimal 95 159 120 0.40 0 0.25 0.38 143.44 0.25 0.5
Hex 5F 9F 78 28 0 19 26 8F 19 32
Octal 137 237 170 50 0 31 46 217 31 62
Binary 1011111 10011111 1111000 101000 0 11001 100110 10001111 11001 110010

Color Harmonies of #5F9F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9F78

Black with #5F9F78

Text Example


Text Example

White with #5F9F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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