#516F04

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

Shades of Fiji Green #516F04

Tints of Fiji Green #516F04

Color information

#516F04 (or 0x516F04) is unknown color: approx Fiji Green. HEX triplet: 51, 6F and 04. RGB value is (81,111,4). Sum of RGB (Red+Green+Blue) = 81+111+4=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 111 (43.75% from 255 or 56.63% from 196); Blue value is 4 (1.95% from 255 or 2.04% from 196); Max value from RGB is 111 - color contains mainly: green. Hex color #516F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516F04 is #AE90FB. Grayscale: #5A5A5A. Windows color (decimal): -11440380 or 290641. OLE color: 290641.

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

Color convert

RGB811114-
CMYK0.2700.960.56
HSL76.82º93.04%22.55%-
HSV(B)76.82º96.4%43.53%-
XYZ9.113.132.17-
YUV89.8379.56121.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 111 (43.75% from 255) = 56.63%
BLUE value IS 4 (1.95% from 255) = 2.04%
R=41.33%
G=56.63%
B=2.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8111140.2700.960.5676.8293.0422.55
Hex516F41B060384d5d17
Octal12115743301407011513527
Binary1010001110111110011011011000001110001001101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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