#5A7108

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

Shades of Fiji Green #5A7108

Tints of Fiji Green #5A7108

Color information

#5A7108 (or 0x5A7108) is unknown color: approx Fiji Green. HEX triplet: 5A, 71 and 08. RGB value is (90,113,8). Sum of RGB (Red+Green+Blue) = 90+113+8=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 113 (44.53% from 255 or 53.55% from 211); Blue value is 8 (3.52% from 255 or 3.79% from 211); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7108 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7108 is #A58EF7. Grayscale: #5E5E5E. Windows color (decimal): -10850040 or 553306. OLE color: 553306.

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

Color convert

RGB901138-
CMYK0.2000.930.56
HSL73.14º86.78%23.73%-
HSV(B)73.14º92.92%44.31%-
XYZ10.17142.4-
YUV94.1579.38125.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.65%
GREEN value IS 113 (44.53% from 255) = 53.55%
BLUE value IS 8 (3.52% from 255) = 3.79%
R=42.65%
G=53.55%
B=3.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9011380.2000.930.5673.1486.7823.73
Hex5A7181405D38495718
Octal132161102401357011112730
Binary10110101110001100010100010111011110001001001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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