#516E0B

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

Shades of Fiji Green #516E0B

Tints of Fiji Green #516E0B

Color information

#516E0B (or 0x516E0B) is unknown color: approx Fiji Green. HEX triplet: 51, 6E and 0B. RGB value is (81,110,11). Sum of RGB (Red+Green+Blue) = 81+110+11=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 110 (43.36% from 255 or 54.46% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 110 - color contains mainly: green. Hex color #516E0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516E0B is #AE91F4. Grayscale: #5A5A5A. Windows color (decimal): -11440629 or 749137. OLE color: 749137.

HSL color Cylindrical-coordinate representation of color #516E0B: hue angle of 77.58º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #516E0B is Cyan = 0.26, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.57.

Color convert

RGB8111011-
CMYK0.2600.90.57
HSL77.58º81.82%23.73%-
HSV(B)77.58º90%43.14%-
XYZ9.0312.932.34-
YUV90.0483.39121.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 110 (43.36% from 255) = 54.46%
BLUE value IS 11 (4.69% from 255) = 5.45%
R=40.10%
G=54.46%
B=5.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81110110.2600.90.5777.5881.8223.73
Hex516EB1A05A394e5218
Octal121156133201327111612230
Binary10100011101110101111010010110101110011001110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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