#516E08

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

Shades of Fiji Green #516E08

Tints of Fiji Green #516E08

Color information

#516E08 (or 0x516E08) is unknown color: approx Fiji Green. HEX triplet: 51, 6E and 08. RGB value is (81,110,8). Sum of RGB (Red+Green+Blue) = 81+110+8=199 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.70% from 199); Green value is 110 (43.36% from 255 or 55.28% from 199); Blue value is 8 (3.52% from 255 or 4.02% from 199); Max value from RGB is 110 - color contains mainly: green. Hex color #516E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516E08 is #AE91F7. Grayscale: #5A5A5A. Windows color (decimal): -11440632 or 552529. OLE color: 552529.

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

Color convert

RGB811108-
CMYK0.2600.930.57
HSL77.06º86.44%23.14%-
HSV(B)77.06º92.73%43.14%-
XYZ9.0112.922.25-
YUV89.781.89121.79-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.70%
GREEN value IS 110 (43.36% from 255) = 55.28%
BLUE value IS 8 (3.52% from 255) = 4.02%
R=40.70%
G=55.28%
B=4.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8111080.2600.930.5777.0686.4423.14
Hex516E81A05D394d5617
Octal121156103201357111512627
Binary10100011101110100011010010111011110011001101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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