Html Css Color HEX #5C9F71 Oxley

📋 copy color: '#5C9F71'

red 92 ◦ green 159 ◦ blue 113

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

Shades of Oxley #5C9F71

Tints of Oxley #5C9F71

RGB

 RED value IS 92 (36.33% from 255) = 25.27%

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

 BLUE value IS 113 (44.53% from 255) = 31.04%

R = 25.27%
G = 43.68%
B = 31.04%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#5C9F71 (or 0x5C9F71) is known color: Oxley. HEX triplet: 5C, 9F and 71. RGB value is (92,159,113). Sum of RGB (Red+Green+Blue) = 92+159+113=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 159 - color contains mainly: green. Hex color #5C9F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9F71 is #A3608E. Grayscale: #858585. Windows color (decimal): -10707087 or 7446364. OLE color: 7446364.

HSL color Cylindrical-coordinate representation of color #5C9F71: hue angle of 138.81º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C9F71 is Cyan = 0.42, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 92 159 113 -
CMYK 0.42 0 0.29 0.38
HSL 138.81º 0.27% 0.49% -
HSV(B) 138.81º 0.42% 0.62% -
XYZ 19.79 28.26 20.04 -
YUV 133.72 116.3 98.24 -
System Red Green Blue C M Y K H S L
Decimal 92 159 113 0.42 0 0.29 0.38 138.81 0.27 0.49
Hex 5C 9F 71 2A 0 1D 26 8B 1B 31
Octal 134 237 161 52 0 35 46 213 33 61
Binary 1011100 10011111 1110001 101010 0 11101 100110 10001011 11011 110001

Color Harmonies of #5C9F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9F71

Black with #5C9F71

Text Example


Text Example

White with #5C9F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,159,113); }

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

background-color css

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

 a { background-color: rgb(92,159,113); }

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

border-color css

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

 span { border-color: rgb(92,159,113); }

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