#516F03

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

Shades of Fiji Green #516F03

Tints of Fiji Green #516F03

Color information

#516F03 (or 0x516F03) is unknown color: approx Fiji Green. HEX triplet: 51, 6F and 03. RGB value is (81,111,3). Sum of RGB (Red+Green+Blue) = 81+111+3=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 111 (43.75% from 255 or 56.92% from 195); Blue value is 3 (1.56% from 255 or 1.54% from 195); Max value from RGB is 111 - color contains mainly: green. Hex color #516F03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516F03 is #AE90FC. Grayscale: #5A5A5A. Windows color (decimal): -11440381 or 225105. OLE color: 225105.

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

Color convert

RGB811113-
CMYK0.2700.970.56
HSL76.67º94.74%22.35%-
HSV(B)76.67º97.3%43.53%-
XYZ9.0913.122.14-
YUV89.7279.06121.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.54%
GREEN value IS 111 (43.75% from 255) = 56.92%
BLUE value IS 3 (1.56% from 255) = 1.54%
R=41.54%
G=56.92%
B=1.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8111130.2700.970.5676.6794.7422.35
Hex516F31B061384d5f16
Octal12115733301417011513726
Binary101000111011111111011011000011110001001101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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