#54680F

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

Shades of Fiji Green #54680F

Tints of Fiji Green #54680F

Color information

#54680F (or 0x54680F) is unknown color: approx Fiji Green. HEX triplet: 54, 68 and 0F. RGB value is (84,104,15). Sum of RGB (Red+Green+Blue) = 84+104+15=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #54680F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54680F is #AB97F0. Grayscale: #585858. Windows color (decimal): -11245553 or 1009748. OLE color: 1009748.

HSL color Cylindrical-coordinate representation of color #54680F: hue angle of 73.48º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54680F is Cyan = 0.19, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB8410415-
CMYK0.1900.860.59
HSL73.48º74.79%23.33%-
HSV(B)73.48º85.58%40.78%-
XYZ8.6911.822.28-
YUV87.8786.87125.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.38%
GREEN value IS 104 (41.02% from 255) = 51.23%
BLUE value IS 15 (6.25% from 255) = 7.39%
R=41.38%
G=51.23%
B=7.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84104150.1900.860.5973.4874.7923.33
Hex5468F130563B494b17
Octal124150172301267311111327
Binary10101001101000111110011010101101110111001001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54680F; }

 p { color: rgb(84,104,15); }

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

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

 a { background-color: rgb(84,104,15); }

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

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

 span { border-color: rgb(84,104,15); }

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