#5A760C

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

Shades of Fiji Green #5A760C

Tints of Fiji Green #5A760C

Color information

#5A760C (or 0x5A760C) is unknown color: approx Fiji Green. HEX triplet: 5A, 76 and 0C. RGB value is (90,118,12). Sum of RGB (Red+Green+Blue) = 90+118+12=220 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.91% from 220); Green value is 118 (46.48% from 255 or 53.64% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 118 - color contains mainly: green. Hex color #5A760C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A760C is #A589F3. Grayscale: #616161. Windows color (decimal): -10848756 or 816730. OLE color: 816730.

HSL color Cylindrical-coordinate representation of color #5A760C: hue angle of 75.85º degrees, saturation: 0.82, 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 #5A760C is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB9011812-
CMYK0.2400.900.54
HSL75.85º81.54%25.49%-
HSV(B)75.85º89.83%46.27%-
XYZ10.7615.162.71-
YUV97.5479.72122.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.91%
GREEN value IS 118 (46.48% from 255) = 53.64%
BLUE value IS 12 (5.08% from 255) = 5.45%
R=40.91%
G=53.64%
B=5.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90118120.2400.900.5475.8581.5425.49
Hex5A76C1805A364c5219
Octal132166143001326611412231
Binary10110101110110110011000010110101101101001100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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