#5A6720

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

Shades of Fiji Green #5A6720

Tints of Fiji Green #5A6720

Color information

#5A6720 (or 0x5A6720) is unknown color: approx Fiji Green. HEX triplet: 5A, 67 and 20. RGB value is (90,103,32). Sum of RGB (Red+Green+Blue) = 90+103+32=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 103 (40.62% from 255 or 45.78% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6720 is #A598DF. Grayscale: #5B5B5B. Windows color (decimal): -10852576 or 2123610. OLE color: 2123610.

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

Color convert

RGB9010332-
CMYK0.1300.690.60
HSL70.99º52.59%26.47%-
HSV(B)70.99º68.93%40.39%-
XYZ9.3311.983.19-
YUV91.0294.69127.27-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40%
GREEN value IS 103 (40.62% from 255) = 45.78%
BLUE value IS 32 (12.89% from 255) = 14.22%
R=40%
G=45.78%
B=14.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90103320.1300.690.6070.9952.5926.47
Hex5A6720D0453C47351a
Octal13214740150105741076532
Binary10110101100111100000110101000101111100100011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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