#5A761E

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

Shades of Fiji Green #5A761E

Tints of Fiji Green #5A761E

Color information

#5A761E (or 0x5A761E) is unknown color: approx Fiji Green. HEX triplet: 5A, 76 and 1E. RGB value is (90,118,30). Sum of RGB (Red+Green+Blue) = 90+118+30=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 118 (46.48% from 255 or 49.58% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 118 - color contains mainly: green. Hex color #5A761E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A761E is #A589E1. Grayscale: #636363. Windows color (decimal): -10848738 or 1996378. OLE color: 1996378.

HSL color Cylindrical-coordinate representation of color #5A761E: hue angle of 79.09º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A761E is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB9011830-
CMYK0.2400.750.54
HSL79.09º59.46%29.02%-
HSV(B)79.09º74.58%46.27%-
XYZ10.9315.223.59-
YUV99.688.72121.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.82%
GREEN value IS 118 (46.48% from 255) = 49.58%
BLUE value IS 30 (12.11% from 255) = 12.61%
R=37.82%
G=49.58%
B=12.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90118300.2400.750.5479.0959.4629.02
Hex5A761E1804B364f3b1d
Octal13216636300113661177335
Binary10110101110110111101100001001011110110100111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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