#55770F

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

Shades of Fiji Green #55770F

Tints of Fiji Green #55770F

Color information

#55770F (or 0x55770F) is unknown color: approx Fiji Green. HEX triplet: 55, 77 and 0F. RGB value is (85,119,15). Sum of RGB (Red+Green+Blue) = 85+119+15=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #55770F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55770F is #AA88F0. Grayscale: #616161. Windows color (decimal): -11176177 or 1013589. OLE color: 1013589.

HSL color Cylindrical-coordinate representation of color #55770F: hue angle of 79.62º 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 #55770F is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB8511915-
CMYK0.2900.870.53
HSL79.62º77.61%26.27%-
HSV(B)79.62º87.39%46.67%-
XYZ10.4315.162.83-
YUV96.9881.74119.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 119 (46.88% from 255) = 54.34%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=38.81%
G=54.34%
B=6.85%

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
Decimal85119150.2900.870.5379.6277.6126.27
Hex5577F1D05735504e1a
Octal125167173501276512011632
Binary10101011110111111111101010101111101011010000100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55770F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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