#5A720B

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

Shades of Fiji Green #5A720B

Tints of Fiji Green #5A720B

Color information

#5A720B (or 0x5A720B) is unknown color: approx Fiji Green. HEX triplet: 5A, 72 and 0B. RGB value is (90,114,11). Sum of RGB (Red+Green+Blue) = 90+114+11=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #5A720B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A720B is #A58DF4. Grayscale: #5F5F5F. Windows color (decimal): -10849781 or 750170. OLE color: 750170.

HSL color Cylindrical-coordinate representation of color #5A720B: hue angle of 73.98º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A720B is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB9011411-
CMYK0.2100.900.55
HSL73.98º82.4%24.51%-
HSV(B)73.98º90.35%44.71%-
XYZ10.2914.232.52-
YUV95.0880.55124.38-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.86%
GREEN value IS 114 (44.92% from 255) = 53.02%
BLUE value IS 11 (4.69% from 255) = 5.12%
R=41.86%
G=53.02%
B=5.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal90114110.2100.900.5573.9882.424.51
Hex5A72B1505A374a5219
Octal132162132501326711212231
Binary10110101110010101110101010110101101111001010101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A720B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,114,11); }

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

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

 a { background-color: rgb(90,114,11); }

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

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

 span { border-color: rgb(90,114,11); }

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