Html Css Color HEX #51706F William

📋 copy color: '#51706F'

red 81 ◦ green 112 ◦ blue 111

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

Shades of William #51706F

Tints of William #51706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.51%

R = 26.64%
G = 36.84%
B = 36.51%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#51706F (or 0x51706F) is known color: William. HEX triplet: 51, 70 and 6F. RGB value is (81,112,111). Sum of RGB (Red+Green+Blue) = 81+112+111=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 112 - color contains mainly: green. Hex color #51706F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51706F is #AE8F90. Grayscale: #666666. Windows color (decimal): -11440017 or 7303249. OLE color: 7303249.

HSL color Cylindrical-coordinate representation of color #51706F: hue angle of 178.06º 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 #51706F is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 112 111 -
CMYK 0.28 0 0.01 0.56
HSL 178.06º 0.16% 0.38% -
HSV(B) 178.06º 0.28% 0.44% -
XYZ 12.06 14.49 17.2 -
YUV 102.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 81 112 111 0.28 0 0.01 0.56 178.06 0.16 0.38
Hex 51 70 6F 1C 0 1 38 B2 10 26
Octal 121 160 157 34 0 1 70 262 20 46
Binary 1010001 1110000 1101111 11100 0 1 111000 10110010 10000 100110

Color Harmonies of #51706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51706F

Black with #51706F

Text Example


Text Example

White with #51706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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