#5A7105

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

Shades of Fiji Green #5A7105

Tints of Fiji Green #5A7105

Color information

#5A7105 (or 0x5A7105) is unknown color: approx Fiji Green. HEX triplet: 5A, 71 and 05. RGB value is (90,113,5). Sum of RGB (Red+Green+Blue) = 90+113+5=208 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.27% from 208); Green value is 113 (44.53% from 255 or 54.33% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 113 - color contains mainly: green. Hex color #5A7105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7105 is #A58EFA. Grayscale: #5E5E5E. Windows color (decimal): -10850043 or 356698. OLE color: 356698.

HSL color Cylindrical-coordinate representation of color #5A7105: hue angle of 72.78º degrees, saturation: 0.92, 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 #5A7105 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB901135-
CMYK0.2000.960.56
HSL72.78º91.53%23.14%-
HSV(B)72.78º95.58%44.31%-
XYZ10.1513.992.31-
YUV93.8177.88125.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.27%
GREEN value IS 113 (44.53% from 255) = 54.33%
BLUE value IS 5 (2.34% from 255) = 2.40%
R=43.27%
G=54.33%
B=2.40%

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
Decimal9011350.2000.960.5672.7891.5323.14
Hex5A7151406038495c17
Octal13216152401407011113427
Binary1011010111000110110100011000001110001001001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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