Html Css Color HEX #57997F Patina

📋 copy color: '#57997F'

red 87 ◦ green 153 ◦ blue 127

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

Shades of Patina #57997F

Tints of Patina #57997F

RGB

 RED value IS 87 (34.38% from 255) = 23.71%

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

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

R = 23.71%
G = 41.69%
B = 34.6%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#57997F (or 0x57997F) is known color: Patina. HEX triplet: 57, 99 and 7F. RGB value is (87,153,127). Sum of RGB (Red+Green+Blue) = 87+153+127=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #57997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57997F is #A86680. Grayscale: #828282. Windows color (decimal): -11036289 or 8362327. OLE color: 8362327.

HSL color Cylindrical-coordinate representation of color #57997F: hue angle of 156.36º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #57997F is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 87 153 127 -
CMYK 0.43 0 0.17 0.4
HSL 156.36º 0.28% 0.47% -
HSV(B) 156.36º 0.43% 0.6% -
XYZ 19.15 26.34 24.15 -
YUV 130.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 87 153 127 0.43 0 0.17 0.4 156.36 0.28 0.47
Hex 57 99 7F 2B 0 11 28 9C 1C 2F
Octal 127 231 177 53 0 21 50 234 34 57
Binary 1010111 10011001 1111111 101011 0 10001 101000 10011100 11100 101111

Color Harmonies of #57997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57997F

Black with #57997F

Text Example


Text Example

White with #57997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57997F; }

 p { color: rgb(87,153,127); }

 H1.HeaderClassName
 {
   color: #57997F;
 }
 .AnyTagClassName
 {
   color: #57997F;
 }
</style>

background-color css

<style>
 a { background-color: #57997F; }

 a { background-color: rgb(87,153,127); }

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

border-color css

<style>
 span { border-color: #57997F; }

 span { border-color: rgb(87,153,127); }

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