Html Css Color HEX #5C9971 Oxley

📋 copy color: '#5C9971'

red 92 ◦ green 153 ◦ blue 113

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

Shades of Oxley #5C9971

Tints of Oxley #5C9971

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.74%

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

R = 25.7%
G = 42.74%
B = 31.56%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#5C9971 (or 0x5C9971) is known color: Oxley. HEX triplet: 5C, 99 and 71. RGB value is (92,153,113). Sum of RGB (Red+Green+Blue) = 92+153+113=358 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.70% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #5C9971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9971 is #A3668E. Grayscale: #828282. Windows color (decimal): -10708623 or 7444828. OLE color: 7444828.

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

Color convert

RGB 92 153 113 -
CMYK 0.40 0 0.26 0.4
HSL 140.66º 0.25% 0.48% -
HSV(B) 140.66º 0.4% 0.6% -
XYZ 18.79 26.25 19.7 -
YUV 130.2 118.29 100.75 -
System Red Green Blue C M Y K H S L
Decimal 92 153 113 0.40 0 0.26 0.4 140.66 0.25 0.48
Hex 5C 99 71 28 0 1A 28 8D 19 30
Octal 134 231 161 50 0 32 50 215 31 60
Binary 1011100 10011001 1110001 101000 0 11010 101000 10001101 11001 110000

Color Harmonies of #5C9971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9971

Black with #5C9971

Text Example


Text Example

White with #5C9971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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