Html Css Color HEX #51997B Patina

📋 copy color: '#51997B'

red 81 ◦ green 153 ◦ blue 123

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

Shades of Patina #51997B

Tints of Patina #51997B

RGB

 RED value IS 81 (32.03% from 255) = 22.69%

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

 BLUE value IS 123 (48.44% from 255) = 34.45%

R = 22.69%
G = 42.86%
B = 34.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#51997B (or 0x51997B) is known color: Patina. HEX triplet: 51, 99 and 7B. RGB value is (81,153,123). Sum of RGB (Red+Green+Blue) = 81+153+123=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #51997B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51997B is #AE6684. Grayscale: #808080. Windows color (decimal): -11429509 or 8100177. OLE color: 8100177.

HSL color Cylindrical-coordinate representation of color #51997B: hue angle of 155º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51997B is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 153 123 -
CMYK 0.47 0 0.20 0.4
HSL 155º 0.31% 0.46% -
HSV(B) 155º 0.47% 0.6% -
XYZ 18.36 25.96 22.78 -
YUV 128.05 125.15 94.44 -
System Red Green Blue C M Y K H S L
Decimal 81 153 123 0.47 0 0.20 0.4 155 0.31 0.46
Hex 51 99 7B 2F 0 14 28 9B 1F 2E
Octal 121 231 173 57 0 24 50 233 37 56
Binary 1010001 10011001 1111011 101111 0 10100 101000 10011011 11111 101110

Color Harmonies of #51997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51997B

Black with #51997B

Text Example


Text Example

White with #51997B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51997B; }

 p { color: rgb(81,153,123); }

 H1.HeaderClassName
 {
   color: #51997B;
 }
 .AnyTagClassName
 {
   color: #51997B;
 }
</style>

background-color css

<style>
 a { background-color: #51997B; }

 a { background-color: rgb(81,153,123); }

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

border-color css

<style>
 span { border-color: #51997B; }

 span { border-color: rgb(81,153,123); }

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