#556E07

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

Shades of Fiji Green #556E07

Tints of Fiji Green #556E07

Color information

#556E07 (or 0x556E07) is unknown color: approx Fiji Green. HEX triplet: 55, 6E and 07. RGB value is (85,110,7). Sum of RGB (Red+Green+Blue) = 85+110+7=202 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.08% from 202); Green value is 110 (43.36% from 255 or 54.46% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 110 - color contains mainly: green. Hex color #556E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556E07 is #AA91F8. Grayscale: #5B5B5B. Windows color (decimal): -11178489 or 486997. OLE color: 486997.

HSL color Cylindrical-coordinate representation of color #556E07: hue angle of 74.56º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #556E07 is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB851107-
CMYK0.2300.940.57
HSL74.56º88.03%22.94%-
HSV(B)74.56º93.64%43.14%-
XYZ9.3613.12.24-
YUV90.7880.72123.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.08%
GREEN value IS 110 (43.36% from 255) = 54.46%
BLUE value IS 7 (3.12% from 255) = 3.47%
R=42.08%
G=54.46%
B=3.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8511070.2300.940.5774.5688.0322.94
Hex556E71705E394b5817
Octal12515672701367111313027
Binary1010101110111011110111010111101110011001011101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556E07; }

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

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

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

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

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

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

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

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