#506E10

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

Shades of Fiji Green #506E10

Tints of Fiji Green #506E10

Color information

#506E10 (or 0x506E10) is unknown color: approx Fiji Green. HEX triplet: 50, 6E and 10. RGB value is (80,110,16). Sum of RGB (Red+Green+Blue) = 80+110+16=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 110 (43.36% from 255 or 53.40% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 110 - color contains mainly: green. Hex color #506E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506E10 is #AF91EF. Grayscale: #5A5A5A. Windows color (decimal): -11506160 or 1076816. OLE color: 1076816.

HSL color Cylindrical-coordinate representation of color #506E10: hue angle of 79.15º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #506E10 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB8011016-
CMYK0.2700.850.57
HSL79.15º74.6%24.71%-
HSV(B)79.15º85.45%43.14%-
XYZ8.9812.892.51-
YUV90.3186.06120.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.83%
GREEN value IS 110 (43.36% from 255) = 53.40%
BLUE value IS 16 (6.64% from 255) = 7.77%
R=38.83%
G=53.40%
B=7.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80110160.2700.850.5779.1574.624.71
Hex506E101B055394f4b19
Octal120156203301257111711331
Binary101000011011101000011011010101011110011001111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506E10; }

 p { color: rgb(80,110,16); }

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

<style>
 a { background-color: #506E10; }

 a { background-color: rgb(80,110,16); }

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

<style>
 span { border-color: #506E10; }

 span { border-color: rgb(80,110,16); }

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