#516D08

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

Shades of Fiji Green #516D08

Tints of Fiji Green #516D08

Color information

#516D08 (or 0x516D08) is unknown color: approx Fiji Green. HEX triplet: 51, 6D and 08. RGB value is (81,109,8). Sum of RGB (Red+Green+Blue) = 81+109+8=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 109 (42.97% from 255 or 55.05% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 109 - color contains mainly: green. Hex color #516D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516D08 is #AE92F7. Grayscale: #595959. Windows color (decimal): -11440888 or 552273. OLE color: 552273.

HSL color Cylindrical-coordinate representation of color #516D08: hue angle of 76.63º 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 #516D08 is Cyan = 0.26, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.57.

Color convert

RGB811098-
CMYK0.2600.930.57
HSL76.63º86.32%22.94%-
HSV(B)76.63º92.66%42.75%-
XYZ8.9112.72.21-
YUV89.1182.22122.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.91%
GREEN value IS 109 (42.97% from 255) = 55.05%
BLUE value IS 8 (3.52% from 255) = 4.04%
R=40.91%
G=55.05%
B=4.04%

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
Decimal8110980.2600.930.5776.6386.3222.94
Hex516D81A05D394d5617
Octal121155103201357111512627
Binary10100011101101100011010010111011110011001101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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