Html Css Color HEX #5C9979 Patina

📋 copy color: '#5C9979'

red 92 ◦ green 153 ◦ blue 121

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

Shades of Patina #5C9979

Tints of Patina #5C9979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 33.06%

R = 25.14%
G = 41.8%
B = 33.06%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.21

 K value IS 0.4

RGB Variations

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

Color information

#5C9979 (or 0x5C9979) is known color: Patina. HEX triplet: 5C, 99 and 79. RGB value is (92,153,121). Sum of RGB (Red+Green+Blue) = 92+153+121=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #5C9979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9979 is #A36686. Grayscale: #838383. Windows color (decimal): -10708615 or 7969116. OLE color: 7969116.

HSL color Cylindrical-coordinate representation of color #5C9979: hue angle of 148.52º 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 #5C9979 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.

Color convert

RGB 92 153 121 -
CMYK 0.40 0 0.21 0.4
HSL 148.52º 0.25% 0.48% -
HSV(B) 148.52º 0.4% 0.6% -
XYZ 19.26 26.44 22.18 -
YUV 131.11 122.29 100.1 -
System Red Green Blue C M Y K H S L
Decimal 92 153 121 0.40 0 0.21 0.4 148.52 0.25 0.48
Hex 5C 99 79 28 0 15 28 95 19 30
Octal 134 231 171 50 0 25 50 225 31 60
Binary 1011100 10011001 1111001 101000 0 10101 101000 10010101 11001 110000

Color Harmonies of #5C9979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9979

Black with #5C9979

Text Example


Text Example

White with #5C9979

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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