#54770F

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

Shades of Fiji Green #54770F

Tints of Fiji Green #54770F

Color information

#54770F (or 0x54770F) is unknown color: approx Fiji Green. HEX triplet: 54, 77 and 0F. RGB value is (84,119,15). Sum of RGB (Red+Green+Blue) = 84+119+15=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #54770F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54770F is #AB88F0. Grayscale: #616161. Windows color (decimal): -11241713 or 1013588. OLE color: 1013588.

HSL color Cylindrical-coordinate representation of color #54770F: hue angle of 80.19º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #54770F is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB8411915-
CMYK0.2900.870.53
HSL80.19º77.61%26.27%-
HSV(B)80.19º87.39%46.67%-
XYZ10.3415.112.82-
YUV96.6881.9118.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.53%
GREEN value IS 119 (46.88% from 255) = 54.59%
BLUE value IS 15 (6.25% from 255) = 6.88%
R=38.53%
G=54.59%
B=6.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84119150.2900.870.5380.1977.6126.27
Hex5477F1D05735504e1a
Octal124167173501276512011632
Binary10101001110111111111101010101111101011010000100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54770F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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