#55760A

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

Shades of Fiji Green #55760A

Tints of Fiji Green #55760A

Color information

#55760A (or 0x55760A) is unknown color: approx Fiji Green. HEX triplet: 55, 76 and 0A. RGB value is (85,118,10). Sum of RGB (Red+Green+Blue) = 85+118+10=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #55760A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55760A is #AA89F5. Grayscale: #606060. Windows color (decimal): -11176438 or 685653. OLE color: 685653.

HSL color Cylindrical-coordinate representation of color #55760A: hue angle of 78.33º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55760A is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB8511810-
CMYK0.2800.920.54
HSL78.33º84.38%25.1%-
HSV(B)78.33º91.53%46.27%-
XYZ10.2814.912.62-
YUV95.8279.57120.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 118 (46.48% from 255) = 55.40%
BLUE value IS 10 (4.30% from 255) = 4.69%
R=39.91%
G=55.40%
B=4.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118100.2800.920.5478.3384.3825.1
Hex5576A1C05C364e5419
Octal125166123401346611612431
Binary10101011110110101011100010111001101101001110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55760A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55760A; }

 p { color: rgb(85,118,10); }

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

<style>
 a { background-color: #55760A; }

 a { background-color: rgb(85,118,10); }

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

<style>
 span { border-color: #55760A; }

 span { border-color: rgb(85,118,10); }

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