#5A7505

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

Shades of Fiji Green #5A7505

Tints of Fiji Green #5A7505

Color information

#5A7505 (or 0x5A7505) is unknown color: approx Fiji Green. HEX triplet: 5A, 75 and 05. RGB value is (90,117,5). Sum of RGB (Red+Green+Blue) = 90+117+5=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 117 (46.09% from 255 or 55.19% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 117 - color contains mainly: green. Hex color #5A7505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7505 is #A58AFA. Grayscale: #606060. Windows color (decimal): -10849019 or 357722. OLE color: 357722.

HSL color Cylindrical-coordinate representation of color #5A7505: hue angle of 74.46º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A7505 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB901175-
CMYK0.2300.960.54
HSL74.46º91.8%23.92%-
HSV(B)74.46º95.73%45.88%-
XYZ10.6114.912.46-
YUV96.1676.55123.61-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.45%
GREEN value IS 117 (46.09% from 255) = 55.19%
BLUE value IS 5 (2.34% from 255) = 2.36%
R=42.45%
G=55.19%
B=2.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9011750.2300.960.5474.4691.823.92
Hex5A75517060364a5c18
Octal13216552701406611213430
Binary1011010111010110110111011000001101101001010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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