#516F0A

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

Shades of Fiji Green #516F0A

Tints of Fiji Green #516F0A

Color information

#516F0A (or 0x516F0A) is unknown color: approx Fiji Green. HEX triplet: 51, 6F and 0A. RGB value is (81,111,10). Sum of RGB (Red+Green+Blue) = 81+111+10=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 111 (43.75% from 255 or 54.95% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 111 - color contains mainly: green. Hex color #516F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #516F0A is #AE90F5. Grayscale: #5A5A5A. Windows color (decimal): -11440374 or 683857. OLE color: 683857.

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

Color convert

RGB8111110-
CMYK0.2700.910.56
HSL77.82º83.47%23.73%-
HSV(B)77.82º90.99%43.53%-
XYZ9.1313.142.34-
YUV90.5282.56121.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 111 (43.75% from 255) = 54.95%
BLUE value IS 10 (4.30% from 255) = 4.95%
R=40.10%
G=54.95%
B=4.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81111100.2700.910.5677.8283.4723.73
Hex516FA1B05B384e5318
Octal121157123301337011612330
Binary10100011101111101011011010110111110001001110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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