#517506

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

Shades of Fiji Green #517506

Tints of Fiji Green #517506

Color information

#517506 (or 0x517506) is unknown color: approx Fiji Green. HEX triplet: 51, 75 and 06. RGB value is (81,117,6). Sum of RGB (Red+Green+Blue) = 81+117+6=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 117 (46.09% from 255 or 57.35% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 117 - color contains mainly: green. Hex color #517506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517506 is #AE8AF9. Grayscale: #5D5D5D. Windows color (decimal): -11438842 or 423249. OLE color: 423249.

HSL color Cylindrical-coordinate representation of color #517506: hue angle of 79.46º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #517506 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.

Color convert

RGB811176-
CMYK0.3100.950.54
HSL79.46º90.24%24.12%-
HSV(B)79.46º94.87%45.88%-
XYZ9.7914.492.45-
YUV93.5878.57119.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 117 (46.09% from 255) = 57.35%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=39.71%
G=57.35%
B=2.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8111760.3100.950.5479.4690.2424.12
Hex517561F05F364f5a18
Octal12116563701376611713230
Binary1010001111010111011111010111111101101001111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517506; }

 p { color: rgb(81,117,6); }

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

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

 a { background-color: rgb(81,117,6); }

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

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

 span { border-color: rgb(81,117,6); }

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