#5B751E

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

Shades of Fiji Green #5B751E

Tints of Fiji Green #5B751E

Color information

#5B751E (or 0x5B751E) is unknown color: approx Fiji Green. HEX triplet: 5B, 75 and 1E. RGB value is (91,117,30). Sum of RGB (Red+Green+Blue) = 91+117+30=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #5B751E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B751E is #A48AE1. Grayscale: #636363. Windows color (decimal): -10783458 or 1996123. OLE color: 1996123.

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

Color convert

RGB9111730-
CMYK0.2200.740.54
HSL77.93º59.18%28.82%-
HSV(B)77.93º74.36%45.88%-
XYZ10.9115.043.56-
YUV99.3188.89122.07-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.24%
GREEN value IS 117 (46.09% from 255) = 49.16%
BLUE value IS 30 (12.11% from 255) = 12.61%
R=38.24%
G=49.16%
B=12.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal91117300.2200.740.5477.9359.1828.82
Hex5B751E1604A364e3b1d
Octal13316536260112661167335
Binary10110111110101111101011001001010110110100111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B751E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,117,30); }

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

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

 a { background-color: rgb(91,117,30); }

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

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

 span { border-color: rgb(91,117,30); }

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