#5A6210

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

Shades of Fiji Green #5A6210

Tints of Fiji Green #5A6210

Color information

#5A6210 (or 0x5A6210) is unknown color: approx Fiji Green. HEX triplet: 5A, 62 and 10. RGB value is (90,98,16). Sum of RGB (Red+Green+Blue) = 90+98+16=204 (27% of max value = 765). Red value is 90 (35.55% from 255 or 44.12% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6210 is #A59DEF. Grayscale: #565656. Windows color (decimal): -10853872 or 1073754. OLE color: 1073754.

HSL color Cylindrical-coordinate representation of color #5A6210: hue angle of 65.85º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A6210 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB909816-
CMYK0.0800.840.62
HSL65.85º71.93%22.35%-
HSV(B)65.85º83.67%38.43%-
XYZ8.6810.952.15-
YUV86.2688.35130.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 44.12%
GREEN value IS 98 (38.67% from 255) = 48.04%
BLUE value IS 16 (6.64% from 255) = 7.84%
R=44.12%
G=48.04%
B=7.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9098160.0800.840.6265.8571.9322.35
Hex5A621080543E424816
Octal132142201001247610211026
Binary10110101100010100001000010101001111101000010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,98,16); }

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

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

 a { background-color: rgb(90,98,16); }

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

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

 span { border-color: rgb(90,98,16); }

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