#5A7306

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

Shades of Fiji Green #5A7306

Tints of Fiji Green #5A7306

Color information

#5A7306 (or 0x5A7306) is unknown color: approx Fiji Green. HEX triplet: 5A, 73 and 06. RGB value is (90,115,6). Sum of RGB (Red+Green+Blue) = 90+115+6=211 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.65% from 211); Green value is 115 (45.31% from 255 or 54.50% from 211); Blue value is 6 (2.73% from 255 or 2.84% from 211); Max value from RGB is 115 - color contains mainly: green. Hex color #5A7306 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A7306 is #A58CF9. Grayscale: #5F5F5F. Windows color (decimal): -10849530 or 422746. OLE color: 422746.

HSL color Cylindrical-coordinate representation of color #5A7306: hue angle of 73.76º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A7306 is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB901156-
CMYK0.2200.950.55
HSL73.76º90.08%23.73%-
HSV(B)73.76º94.78%45.1%-
XYZ10.3814.452.41-
YUV95.177.72124.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 42.65%
GREEN value IS 115 (45.31% from 255) = 54.50%
BLUE value IS 6 (2.73% from 255) = 2.84%
R=42.65%
G=54.50%
B=2.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9011560.2200.950.5573.7690.0823.73
Hex5A7361605F374a5a18
Octal13216362601376711213230
Binary1011010111001111010110010111111101111001010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,115,6); }

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

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

 a { background-color: rgb(90,115,6); }

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

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

 span { border-color: rgb(90,115,6); }

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