#5B6A1F

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

Shades of Fiji Green #5B6A1F

Tints of Fiji Green #5B6A1F

Color information

#5B6A1F (or 0x5B6A1F) is unknown color: approx Fiji Green. HEX triplet: 5B, 6A and 1F. RGB value is (91,106,31). Sum of RGB (Red+Green+Blue) = 91+106+31=228 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.91% from 228); Green value is 106 (41.80% from 255 or 46.49% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 106 - color contains mainly: green. Hex color #5B6A1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6A1F is #A495E0. Grayscale: #5D5D5D. Windows color (decimal): -10786273 or 2058843. OLE color: 2058843.

HSL color Cylindrical-coordinate representation of color #5B6A1F: hue angle of 72º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B6A1F is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.58.

Color convert

RGB9110631-
CMYK0.1400.710.58
HSL72º54.74%26.86%-
HSV(B)72º70.75%41.57%-
XYZ9.7212.633.22-
YUV92.9693.03126.6-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 39.91%
GREEN value IS 106 (41.80% from 255) = 46.49%
BLUE value IS 31 (12.5% from 255) = 13.60%
R=39.91%
G=46.49%
B=13.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal91106310.1400.710.587254.7426.86
Hex5B6A1FE0473A48371b
Octal13315237160107721106733
Binary1011011110101011111111001000111111010100100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,106,31); }

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

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

 a { background-color: rgb(91,106,31); }

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

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

 span { border-color: rgb(91,106,31); }

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