#5A7400

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

Shades of Fiji Green #5A7400

Tints of Fiji Green #5A7400

Color information

#5A7400 (or 0x5A7400) is unknown color: approx Fiji Green. HEX triplet: 5A, 74 and 00. RGB value is (90,116,0). Sum of RGB (Red+Green+Blue) = 90+116+0=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 116 (45.70% from 255 or 56.31% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 116 - color contains mainly: green. Hex color #5A7400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7400 is #A58BFF. Grayscale: #5F5F5F. Windows color (decimal): -10849280 or 29786. OLE color: 29786.

HSL color Cylindrical-coordinate representation of color #5A7400: hue angle of 73.45º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A7400 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB901160-
CMYK0.22010.55
HSL73.45º100%22.75%-
HSV(B)73.45º100%45.49%-
XYZ10.4614.662.28-
YUV9574.39124.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.69%
GREEN value IS 116 (45.70% from 255) = 56.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.69%
G=56.31%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9011600.22010.5573.4510022.75
Hex5A7401606437496417
Octal13216402601446711114427
Binary10110101110100010110011001001101111001001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A7400; }

 p { color: rgb(90,116,0); }

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

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

 a { background-color: rgb(90,116,0); }

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

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

 span { border-color: rgb(90,116,0); }

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