#5B7E00

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

Shades of Fiji Green #5B7E00

Tints of Fiji Green #5B7E00

Color information

#5B7E00 (or 0x5B7E00) is unknown color: approx Fiji Green. HEX triplet: 5B, 7E and 00. RGB value is (91,126,0). Sum of RGB (Red+Green+Blue) = 91+126+0=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 126 (49.61% from 255 or 58.06% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 126 - color contains mainly: green. Hex color #5B7E00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7E00 is #A481FF. Grayscale: #656565. Windows color (decimal): -10781184 or 32347. OLE color: 32347.

HSL color Cylindrical-coordinate representation of color #5B7E00: hue angle of 76.67º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B7E00 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.

Color convert

RGB911260-
CMYK0.28010.51
HSL76.67º100%24.71%-
HSV(B)76.67º100%49.41%-
XYZ11.7817.152.69-
YUV101.1770.9120.75-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.94%
GREEN value IS 126 (49.61% from 255) = 58.06%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.94%
G=58.06%
B=0%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9112600.28010.5176.6710024.71
Hex5B7E01C064334d6419
Octal13317603401446311514431
Binary10110111111110011100011001001100111001101110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,126,0); }

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

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

 a { background-color: rgb(91,126,0); }

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

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

 span { border-color: rgb(91,126,0); }

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