#5A750C

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

Shades of Fiji Green #5A750C

Tints of Fiji Green #5A750C

Color information

#5A750C (or 0x5A750C) is unknown color: approx Fiji Green. HEX triplet: 5A, 75 and 0C. RGB value is (90,117,12). Sum of RGB (Red+Green+Blue) = 90+117+12=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #5A750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A750C is #A58AF3. Grayscale: #616161. Windows color (decimal): -10849012 or 816474. OLE color: 816474.

HSL color Cylindrical-coordinate representation of color #5A750C: hue angle of 75.43º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A750C is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB9011712-
CMYK0.2300.900.54
HSL75.43º81.4%25.29%-
HSV(B)75.43º89.74%45.88%-
XYZ10.6414.922.67-
YUV96.9680.05123.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.10%
GREEN value IS 117 (46.09% from 255) = 53.42%
BLUE value IS 12 (5.08% from 255) = 5.48%
R=41.10%
G=53.42%
B=5.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90117120.2300.900.5475.4381.425.29
Hex5A75C1705A364b5119
Octal132165142701326611312131
Binary10110101110101110010111010110101101101001011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,117,12); }

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

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

 a { background-color: rgb(90,117,12); }

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

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

 span { border-color: rgb(90,117,12); }

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