#54760E

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

Shades of Fiji Green #54760E

Tints of Fiji Green #54760E

Color information

#54760E (or 0x54760E) is unknown color: approx Fiji Green. HEX triplet: 54, 76 and 0E. RGB value is (84,118,14). Sum of RGB (Red+Green+Blue) = 84+118+14=216 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.89% from 216); Green value is 118 (46.48% from 255 or 54.63% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 118 - color contains mainly: green. Hex color #54760E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54760E is #AB89F1. Grayscale: #606060. Windows color (decimal): -11241970 or 947796. OLE color: 947796.

HSL color Cylindrical-coordinate representation of color #54760E: hue angle of 79.62º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54760E is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB8411814-
CMYK0.2900.880.54
HSL79.62º78.79%25.88%-
HSV(B)79.62º88.14%46.27%-
XYZ10.2114.872.75-
YUV95.9881.74119.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.89%
GREEN value IS 118 (46.48% from 255) = 54.63%
BLUE value IS 14 (5.86% from 255) = 6.48%
R=38.89%
G=54.63%
B=6.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84118140.2900.880.5479.6278.7925.88
Hex5476E1D05836504f1a
Octal124166163501306612011732
Binary10101001110110111011101010110001101101010000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54760E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54760E; }

 p { color: rgb(84,118,14); }

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

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

 a { background-color: rgb(84,118,14); }

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

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

 span { border-color: rgb(84,118,14); }

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