#5A6719

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

Shades of Fiji Green #5A6719

Tints of Fiji Green #5A6719

Color information

#5A6719 (or 0x5A6719) is unknown color: approx Fiji Green. HEX triplet: 5A, 67 and 19. RGB value is (90,103,25). Sum of RGB (Red+Green+Blue) = 90+103+25=218 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.28% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6719 is #A598E6. Grayscale: #5A5A5A. Windows color (decimal): -10852583 or 1664858. OLE color: 1664858.

HSL color Cylindrical-coordinate representation of color #5A6719: hue angle of 70º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A6719 is Cyan = 0.13, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB9010325-
CMYK0.1300.760.60
HSL70º60.94%25.1%-
HSV(B)70º75.73%40.39%-
XYZ9.2411.942.74-
YUV90.2291.19127.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.28%
GREEN value IS 103 (40.62% from 255) = 47.25%
BLUE value IS 25 (10.16% from 255) = 11.47%
R=41.28%
G=47.25%
B=11.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90103250.1300.760.607060.9425.1
Hex5A6719D04C3C463d19
Octal13214731150114741067531
Binary1011010110011111001110101001100111100100011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,103,25); }

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

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

 a { background-color: rgb(90,103,25); }

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

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

 span { border-color: rgb(90,103,25); }

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