#5B7701

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

Shades of Fiji Green #5B7701

Tints of Fiji Green #5B7701

Color information

#5B7701 (or 0x5B7701) is unknown color: approx Fiji Green. HEX triplet: 5B, 77 and 01. RGB value is (91,119,1). Sum of RGB (Red+Green+Blue) = 91+119+1=211 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.13% from 211); Green value is 119 (46.88% from 255 or 56.40% from 211); Blue value is 1 (0.78% from 255 or 0.47% from 211); Max value from RGB is 119 - color contains mainly: green. Hex color #5B7701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7701 is #A488FE. Grayscale: #616161. Windows color (decimal): -10782975 or 96091. OLE color: 96091.

HSL color Cylindrical-coordinate representation of color #5B7701: hue angle of 74.24º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B7701 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB911191-
CMYK0.2400.990.53
HSL74.24º98.33%23.53%-
HSV(B)74.24º99.16%46.67%-
XYZ10.9215.422.43-
YUV97.1873.72123.59-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.13%
GREEN value IS 119 (46.88% from 255) = 56.40%
BLUE value IS 1 (0.78% from 255) = 0.47%
R=43.13%
G=56.40%
B=0.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9111910.2400.990.5374.2498.3323.53
Hex5B77118063354a6218
Octal13316713001436511214230
Binary10110111110111111000011000111101011001010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,119,1); }

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

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

 a { background-color: rgb(91,119,1); }

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

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

 span { border-color: rgb(91,119,1); }

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