#5A7805

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

Shades of Fiji Green #5A7805

Tints of Fiji Green #5A7805

Color information

#5A7805 (or 0x5A7805) is unknown color: approx Fiji Green. HEX triplet: 5A, 78 and 05. RGB value is (90,120,5). Sum of RGB (Red+Green+Blue) = 90+120+5=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 120 (47.27% from 255 or 55.81% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 120 - color contains mainly: green. Hex color #5A7805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7805 is #A587FA. Grayscale: #626262. Windows color (decimal): -10848251 or 358490. OLE color: 358490.

HSL color Cylindrical-coordinate representation of color #5A7805: hue angle of 75.65º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A7805 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB901205-
CMYK0.2500.960.53
HSL75.65º92%24.51%-
HSV(B)75.65º95.83%47.06%-
XYZ10.9615.622.58-
YUV97.9275.56122.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.86%
GREEN value IS 120 (47.27% from 255) = 55.81%
BLUE value IS 5 (2.34% from 255) = 2.33%
R=41.86%
G=55.81%
B=2.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9012050.2500.960.5375.659224.51
Hex5A78519060354c5c19
Octal13217053101406511413431
Binary1011010111100010111001011000001101011001100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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