#5A7601

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

Shades of Fiji Green #5A7601

Tints of Fiji Green #5A7601

Color information

#5A7601 (or 0x5A7601) is unknown color: approx Fiji Green. HEX triplet: 5A, 76 and 01. RGB value is (90,118,1). Sum of RGB (Red+Green+Blue) = 90+118+1=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #5A7601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7601 is #A589FE. Grayscale: #606060. Windows color (decimal): -10848767 or 95834. OLE color: 95834.

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

Color convert

RGB901181-
CMYK0.2400.990.54
HSL74.36º98.32%23.33%-
HSV(B)74.36º99.15%46.27%-
XYZ10.715.132.39-
YUV96.2974.22123.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 43.06%
GREEN value IS 118 (46.48% from 255) = 56.46%
BLUE value IS 1 (0.78% from 255) = 0.48%
R=43.06%
G=56.46%
B=0.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9011810.2400.990.5474.3698.3223.33
Hex5A76118063364a6217
Octal13216613001436611214227
Binary10110101110110111000011000111101101001010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,118,1); }

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

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

 a { background-color: rgb(90,118,1); }

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

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

 span { border-color: rgb(90,118,1); }

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