Html Css Color HEX #5C977F Patina

📋 copy color: '#5C977F'

red 92 ◦ green 151 ◦ blue 127

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

Shades of Patina #5C977F

Tints of Patina #5C977F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.81%

 BLUE value IS 127 (50% from 255) = 34.32%

R = 24.86%
G = 40.81%
B = 34.32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#5C977F (or 0x5C977F) is known color: Patina. HEX triplet: 5C, 97 and 7F. RGB value is (92,151,127). Sum of RGB (Red+Green+Blue) = 92+151+127=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #5C977F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C977F is #A36880. Grayscale: #828282. Windows color (decimal): -10709121 or 8361820. OLE color: 8361820.

HSL color Cylindrical-coordinate representation of color #5C977F: hue angle of 155.59º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C977F is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 92 151 127 -
CMYK 0.39 0 0.16 0.41
HSL 155.59º 0.24% 0.48% -
HSV(B) 155.59º 0.39% 0.59% -
XYZ 19.31 25.94 24.07 -
YUV 130.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 92 151 127 0.39 0 0.16 0.41 155.59 0.24 0.48
Hex 5C 97 7F 27 0 10 29 9C 18 30
Octal 134 227 177 47 0 20 51 234 30 60
Binary 1011100 10010111 1111111 100111 0 10000 101001 10011100 11000 110000

Color Harmonies of #5C977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C977F

Black with #5C977F

Text Example


Text Example

White with #5C977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,151,127); }

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

background-color css

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

 a { background-color: rgb(92,151,127); }

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

border-color css

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

 span { border-color: rgb(92,151,127); }

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