Html Css Color HEX #51706E William

📋 copy color: '#51706E'

red 81 ◦ green 112 ◦ blue 110

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

Shades of William #51706E

Tints of William #51706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

 BLUE value IS 110 (43.36% from 255) = 36.3%

R = 26.73%
G = 36.96%
B = 36.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#51706E (or 0x51706E) is known color: William. HEX triplet: 51, 70 and 6E. RGB value is (81,112,110). Sum of RGB (Red+Green+Blue) = 81+112+110=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 112 - color contains mainly: green. Hex color #51706E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51706E is #AE8F91. Grayscale: #666666. Windows color (decimal): -11440018 or 7237713. OLE color: 7237713.

HSL color Cylindrical-coordinate representation of color #51706E: hue angle of 176.13º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #51706E is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 112 110 -
CMYK 0.28 0 0.02 0.56
HSL 176.13º 0.16% 0.38% -
HSV(B) 176.13º 0.28% 0.44% -
XYZ 12 14.46 16.91 -
YUV 102.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 81 112 110 0.28 0 0.02 0.56 176.13 0.16 0.38
Hex 51 70 6E 1C 0 2 38 B0 10 26
Octal 121 160 156 34 0 2 70 260 20 46
Binary 1010001 1110000 1101110 11100 0 10 111000 10110000 10000 100110

Color Harmonies of #51706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51706E

Black with #51706E

Text Example


Text Example

White with #51706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51706E; }

 p { color: rgb(81,112,110); }

 H1.HeaderClassName
 {
   color: #51706E;
 }
 .AnyTagClassName
 {
   color: #51706E;
 }
</style>

background-color css

<style>
 a { background-color: #51706E; }

 a { background-color: rgb(81,112,110); }

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

border-color css

<style>
 span { border-color: #51706E; }

 span { border-color: rgb(81,112,110); }

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