#54770B

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

Shades of Fiji Green #54770B

Tints of Fiji Green #54770B

Color information

#54770B (or 0x54770B) is unknown color: approx Fiji Green. HEX triplet: 54, 77 and 0B. RGB value is (84,119,11). Sum of RGB (Red+Green+Blue) = 84+119+11=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 119 (46.88% from 255 or 55.61% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 119 - color contains mainly: green. Hex color #54770B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #54770B is #AB88F4. Grayscale: #606060. Windows color (decimal): -11241717 or 751444. OLE color: 751444.

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

Color convert

RGB8411911-
CMYK0.2900.910.53
HSL79.44º83.08%25.49%-
HSV(B)79.44º90.76%46.67%-
XYZ10.3115.12.69-
YUV96.2279.9119.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 119 (46.88% from 255) = 55.61%
BLUE value IS 11 (4.69% from 255) = 5.14%
R=39.25%
G=55.61%
B=5.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84119110.2900.910.5379.4483.0825.49
Hex5477B1D05B354f5319
Octal124167133501336511712331
Binary10101001110111101111101010110111101011001111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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