#516C0D

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

Shades of Fiji Green #516C0D

Tints of Fiji Green #516C0D

Color information

#516C0D (or 0x516C0D) is unknown color: approx Fiji Green. HEX triplet: 51, 6C and 0D. RGB value is (81,108,13). Sum of RGB (Red+Green+Blue) = 81+108+13=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 108 (42.58% from 255 or 53.47% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 108 - color contains mainly: green. Hex color #516C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516C0D is #AE93F2. Grayscale: #595959. Windows color (decimal): -11441139 or 879697. OLE color: 879697.

HSL color Cylindrical-coordinate representation of color #516C0D: hue angle of 77.05º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #516C0D is Cyan = 0.25, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB8110813-
CMYK0.2500.880.58
HSL77.05º78.51%23.73%-
HSV(B)77.05º87.96%42.35%-
XYZ8.8312.52.33-
YUV89.185.05122.22-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 108 (42.58% from 255) = 53.47%
BLUE value IS 13 (5.47% from 255) = 6.44%
R=40.10%
G=53.47%
B=6.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81108130.2500.880.5877.0578.5123.73
Hex516CD190583A4d4f18
Octal121154153101307211511730
Binary10100011101100110111001010110001110101001101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,108,13); }

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

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

 a { background-color: rgb(81,108,13); }

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

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

 span { border-color: rgb(81,108,13); }

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