#55770B

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

Shades of Fiji Green #55770B

Tints of Fiji Green #55770B

Color information

#55770B (or 0x55770B) is unknown color: approx Fiji Green. HEX triplet: 55, 77 and 0B. RGB value is (85,119,11). Sum of RGB (Red+Green+Blue) = 85+119+11=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 119 (46.88% from 255 or 55.35% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 119 - color contains mainly: green. Hex color #55770B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55770B is #AA88F4. Grayscale: #606060. Windows color (decimal): -11176181 or 751445. OLE color: 751445.

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

Color convert

RGB8511911-
CMYK0.2900.910.53
HSL78.89º83.08%25.49%-
HSV(B)78.89º90.76%46.67%-
XYZ10.415.152.69-
YUV96.5279.74119.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.53%
GREEN value IS 119 (46.88% from 255) = 55.35%
BLUE value IS 11 (4.69% from 255) = 5.12%
R=39.53%
G=55.35%
B=5.12%

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
Decimal85119110.2900.910.5378.8983.0825.49
Hex5577B1D05B354f5319
Octal125167133501336511712331
Binary10101011110111101111101010110111101011001111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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