#5A701F

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

Shades of Fiji Green #5A701F

Tints of Fiji Green #5A701F

Color information

#5A701F (or 0x5A701F) is unknown color: approx Fiji Green. HEX triplet: 5A, 70 and 1F. RGB value is (90,112,31). Sum of RGB (Red+Green+Blue) = 90+112+31=233 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.63% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #5A701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A701F is #A58FE0. Grayscale: #606060. Windows color (decimal): -10850273 or 2060378. OLE color: 2060378.

HSL color Cylindrical-coordinate representation of color #5A701F: hue angle of 76.3º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A701F is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB9011231-
CMYK0.2000.720.56
HSL76.3º56.64%28.04%-
HSV(B)76.3º72.32%43.92%-
XYZ10.2613.863.43-
YUV96.1991.21123.59-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.63%
GREEN value IS 112 (44.14% from 255) = 48.07%
BLUE value IS 31 (12.5% from 255) = 13.30%
R=38.63%
G=48.07%
B=13.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal90112310.2000.720.5676.356.6428.04
Hex5A701F14048384c391c
Octal13216037240110701147134
Binary10110101110000111111010001001000111000100110011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,112,31); }

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

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

 a { background-color: rgb(90,112,31); }

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

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

 span { border-color: rgb(90,112,31); }

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