#516C0B

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

Shades of Fiji Green #516C0B

Tints of Fiji Green #516C0B

Color information

#516C0B (or 0x516C0B) is unknown color: approx Fiji Green. HEX triplet: 51, 6C and 0B. RGB value is (81,108,11). Sum of RGB (Red+Green+Blue) = 81+108+11=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 108 (42.58% from 255 or 54% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 108 - color contains mainly: green. Hex color #516C0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516C0B is #AE93F4. Grayscale: #595959. Windows color (decimal): -11441141 or 748625. OLE color: 748625.

HSL color Cylindrical-coordinate representation of color #516C0B: hue angle of 76.7º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #516C0B is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB8110811-
CMYK0.2500.900.58
HSL76.7º81.51%23.33%-
HSV(B)76.7º89.81%42.35%-
XYZ8.8212.52.26-
YUV88.8784.05122.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.5%
GREEN value IS 108 (42.58% from 255) = 54%
BLUE value IS 11 (4.69% from 255) = 5.5%
R=40.5%
G=54%
B=5.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81108110.2500.900.5876.781.5123.33
Hex516CB1905A3A4d5217
Octal121154133101327211512227
Binary10100011101100101111001010110101110101001101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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