#5A7104

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

Shades of Fiji Green #5A7104

Tints of Fiji Green #5A7104

Color information

#5A7104 (or 0x5A7104) is unknown color: approx Fiji Green. HEX triplet: 5A, 71 and 04. RGB value is (90,113,4). Sum of RGB (Red+Green+Blue) = 90+113+4=207 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.48% from 207); Green value is 113 (44.53% from 255 or 54.59% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7104 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7104 is #A58EFB. Grayscale: #5E5E5E. Windows color (decimal): -10850044 or 291162. OLE color: 291162.

HSL color Cylindrical-coordinate representation of color #5A7104: hue angle of 72.66º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A7104 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB901134-
CMYK0.2000.960.56
HSL72.66º93.16%22.94%-
HSV(B)72.66º96.46%44.31%-
XYZ10.1413.992.28-
YUV93.777.38125.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.48%
GREEN value IS 113 (44.53% from 255) = 54.59%
BLUE value IS 4 (1.95% from 255) = 1.93%
R=43.48%
G=54.59%
B=1.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9011340.2000.960.5672.6693.1622.94
Hex5A7141406038495d17
Octal13216142401407011113527
Binary1011010111000110010100011000001110001001001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,113,4); }

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

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

 a { background-color: rgb(90,113,4); }

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

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

 span { border-color: rgb(90,113,4); }

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