#51766F

Color #51766F William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #51766F

Tints of William #51766F

Color information

#51766F (or 0x51766F) is unknown color: approx William. HEX triplet: 51, 76 and 6F. RGB value is (81,118,111). Sum of RGB (Red+Green+Blue) = 81+118+111=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #51766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51766F is #AE8990. Grayscale: #6A6A6A. Windows color (decimal): -11438481 or 7304785. OLE color: 7304785.

HSL color Cylindrical-coordinate representation of color #51766F: hue angle of 168.65º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #51766F is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB81118111-
CMYK0.3100.060.54
HSL168.65º18.59%39.02%-
HSV(B)168.65º31.36%46.27%-
XYZ12.7415.8517.43-
YUV106.14130.74110.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.13%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=26.13%
G=38.06%
B=35.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811181110.3100.060.54168.6518.5939.02
Hex51766F1F0636a91327
Octal1211661573706662512347
Binary1010001111011011011111111101101101101010100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #51766F;
 }
 .AnyTagClassName
 {
   color: #51766F;
 }
</style>
background-color css

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

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

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

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

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

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