#516f0f

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

Shades of Fiji Green #516F0F

Tints of Fiji Green #516F0F

Color information

#516F0F (or 0x516F0F) is unknown color: approx Fiji Green. HEX triplet: 51, 6F and 0F. RGB value is (81,111,15). Sum of RGB (Red+Green+Blue) = 81+111+15=207 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.13% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #516F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516F0F is #AE90F0. Grayscale: #5B5B5B. Windows color (decimal): -11440369 or 1011537. OLE color: 1011537.

HSL color Cylindrical-coordinate representation of color #516F0F: hue angle of 78.75º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #516F0F is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB8111115-
CMYK0.2700.860.56
HSL78.75º76.19%24.71%-
HSV(B)78.75º86.49%43.53%-
XYZ9.1613.152.51-
YUV91.0985.06120.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.13%
GREEN value IS 111 (43.75% from 255) = 53.62%
BLUE value IS 15 (6.25% from 255) = 7.25%
R=39.13%
G=53.62%
B=7.25%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81111150.2700.860.5678.7576.1924.71
Hex516FF1B056384f4c19
Octal121157173301267011711431
Binary10100011101111111111011010101101110001001111100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516f0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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