#516F4E

Color #516F4E Cactus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cactus #516F4E

Tints of Cactus #516F4E

Color information

#516F4E (or 0x516F4E) is unknown color: approx Cactus. HEX triplet: 51, 6F and 4E. RGB value is (81,111,78). Sum of RGB (Red+Green+Blue) = 81+111+78=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 111 - color contains mainly: green. Hex color #516F4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516F4E is #AE90B1. Grayscale: #626262. Windows color (decimal): -11440306 or 5140305. OLE color: 5140305.

HSL color Cylindrical-coordinate representation of color #516F4E: hue angle of 114.55º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #516F4E is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB8111178-
CMYK0.2700.300.56
HSL114.55º17.46%37.06%-
HSV(B)114.55º29.73%43.53%-
XYZ10.4513.679.3-
YUV98.27116.56115.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 111 (43.75% from 255) = 41.11%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=30%
G=41.11%
B=28.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81111780.2700.300.56114.5517.4637.06
Hex516F4E1B01E38731125
Octal12115711633036701632145
Binary10100011101111100111011011011110111000111001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516F4E; }

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

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

<style>
 a { background-color: #516F4E; }

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

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

<style>
 span { border-color: #516F4E; }

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

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