#557907

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

Shades of Fiji Green #557907

Tints of Fiji Green #557907

Color information

#557907 (or 0x557907) is unknown color: approx Fiji Green. HEX triplet: 55, 79 and 07. RGB value is (85,121,7). Sum of RGB (Red+Green+Blue) = 85+121+7=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 121 (47.66% from 255 or 56.81% from 213); Blue value is 7 (3.12% from 255 or 3.29% from 213); Max value from RGB is 121 - color contains mainly: green. Hex color #557907 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #557907 is #AA86F8. Grayscale: #616161. Windows color (decimal): -11175673 or 489813. OLE color: 489813.

HSL color Cylindrical-coordinate representation of color #557907: hue angle of 78.95º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #557907 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB851217-
CMYK0.3000.940.53
HSL78.95º89.06%25.1%-
HSV(B)78.95º94.21%47.45%-
XYZ10.6215.622.66-
YUV97.2477.07119.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.91%
GREEN value IS 121 (47.66% from 255) = 56.81%
BLUE value IS 7 (3.12% from 255) = 3.29%
R=39.91%
G=56.81%
B=3.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8512170.3000.940.5378.9589.0625.1
Hex557971E05E354f5919
Octal12517173601366511713131
Binary1010101111100111111110010111101101011001111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557907; }

 p { color: rgb(85,121,7); }

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

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

 a { background-color: rgb(85,121,7); }

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

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

 span { border-color: rgb(85,121,7); }

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