#55770C

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

Shades of Fiji Green #55770C

Tints of Fiji Green #55770C

Color information

#55770C (or 0x55770C) is unknown color: approx Fiji Green. HEX triplet: 55, 77 and 0C. RGB value is (85,119,12). Sum of RGB (Red+Green+Blue) = 85+119+12=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #55770C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55770C is #AA88F3. Grayscale: #616161. Windows color (decimal): -11176180 or 816981. OLE color: 816981.

HSL color Cylindrical-coordinate representation of color #55770C: hue angle of 79.07º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #55770C is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB8511912-
CMYK0.2900.900.53
HSL79.07º81.68%25.69%-
HSV(B)79.07º89.92%46.67%-
XYZ10.4115.152.72-
YUV96.6480.24119.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 119 (46.88% from 255) = 55.09%
BLUE value IS 12 (5.08% from 255) = 5.56%
R=39.35%
G=55.09%
B=5.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85119120.2900.900.5379.0781.6825.69
Hex5577C1D05A354f521a
Octal125167143501326511712232
Binary10101011110111110011101010110101101011001111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55770C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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