#556B06

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

Shades of Fiji Green #556B06

Tints of Fiji Green #556B06

Color information

#556B06 (or 0x556B06) is unknown color: approx Fiji Green. HEX triplet: 55, 6B and 06. RGB value is (85,107,6). Sum of RGB (Red+Green+Blue) = 85+107+6=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 107 (42.19% from 255 or 54.04% from 198); Blue value is 6 (2.73% from 255 or 3.03% from 198); Max value from RGB is 107 - color contains mainly: green. Hex color #556B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556B06 is #AA94F9. Grayscale: #595959. Windows color (decimal): -11179258 or 420693. OLE color: 420693.

HSL color Cylindrical-coordinate representation of color #556B06: hue angle of 73.07º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #556B06 is Cyan = 0.21, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.58.

Color convert

RGB851076-
CMYK0.2100.940.58
HSL73.07º89.38%22.16%-
HSV(B)73.07º94.39%41.96%-
XYZ9.0412.462.1-
YUV88.9181.21125.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.93%
GREEN value IS 107 (42.19% from 255) = 54.04%
BLUE value IS 6 (2.73% from 255) = 3.03%
R=42.93%
G=54.04%
B=3.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8510760.2100.940.5873.0789.3822.16
Hex556B61505E3A495916
Octal12515362501367211113126
Binary1010101110101111010101010111101110101001001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,107,6); }

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

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

 a { background-color: rgb(85,107,6); }

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

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

 span { border-color: rgb(85,107,6); }

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