#5B761A

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

Shades of Fiji Green #5B761A

Tints of Fiji Green #5B761A

Color information

#5B761A (or 0x5B761A) is unknown color: approx Fiji Green. HEX triplet: 5B, 76 and 1A. RGB value is (91,118,26). Sum of RGB (Red+Green+Blue) = 91+118+26=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 118 (46.48% from 255 or 50.21% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 118 - color contains mainly: green. Hex color #5B761A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B761A is #A489E5. Grayscale: #636363. Windows color (decimal): -10783206 or 1734235. OLE color: 1734235.

HSL color Cylindrical-coordinate representation of color #5B761A: hue angle of 77.61º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5B761A is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB9111826-
CMYK0.2300.780.54
HSL77.61º63.89%28.24%-
HSV(B)77.61º77.97%46.27%-
XYZ10.9815.263.34-
YUV99.4486.55121.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.72%
GREEN value IS 118 (46.48% from 255) = 50.21%
BLUE value IS 26 (10.55% from 255) = 11.06%
R=38.72%
G=50.21%
B=11.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91118260.2300.780.5477.6163.8928.24
Hex5B761A1704E364e401c
Octal133166322701166611610034
Binary101101111101101101010111010011101101101001110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,118,26); }

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

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

 a { background-color: rgb(91,118,26); }

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

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

 span { border-color: rgb(91,118,26); }

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