#5A781B

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

Shades of Fiji Green #5A781B

Tints of Fiji Green #5A781B

Color information

#5A781B (or 0x5A781B) is unknown color: approx Fiji Green. HEX triplet: 5A, 78 and 1B. RGB value is (90,120,27). Sum of RGB (Red+Green+Blue) = 90+120+27=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 27 (10.94% from 255 or 11.39% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #5A781B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A781B is #A587E4. Grayscale: #646464. Windows color (decimal): -10848229 or 1800282. OLE color: 1800282.

HSL color Cylindrical-coordinate representation of color #5A781B: hue angle of 79.35º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A781B is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB9012027-
CMYK0.2500.780.53
HSL79.35º63.27%28.82%-
HSV(B)79.35º77.5%47.06%-
XYZ11.1315.693.48-
YUV100.4386.56120.56-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.97%
GREEN value IS 120 (47.27% from 255) = 50.63%
BLUE value IS 27 (10.94% from 255) = 11.39%
R=37.97%
G=50.63%
B=11.39%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90120270.2500.780.5379.3563.2728.82
Hex5A781B1904E354f3f1d
Octal13217033310116651177735
Binary10110101111000110111100101001110110101100111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A781B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,120,27); }

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

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

 a { background-color: rgb(90,120,27); }

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

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

 span { border-color: rgb(90,120,27); }

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