#5B7F02

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

Shades of Fiji Green #5B7F02

Tints of Fiji Green #5B7F02

Color information

#5B7F02 (or 0x5B7F02) is unknown color: approx Fiji Green. HEX triplet: 5B, 7F and 02. RGB value is (91,127,2). Sum of RGB (Red+Green+Blue) = 91+127+2=220 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.36% from 220); Green value is 127 (50% from 255 or 57.73% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 127 - color contains mainly: green. Hex color #5B7F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B7F02 is #A480FD. Grayscale: #666666. Windows color (decimal): -10780926 or 163675. OLE color: 163675.

HSL color Cylindrical-coordinate representation of color #5B7F02: hue angle of 77.28º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B7F02 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.50.

Color convert

RGB911272-
CMYK0.2800.980.50
HSL77.28º96.9%25.29%-
HSV(B)77.28º98.43%49.8%-
XYZ11.9117.412.79-
YUV101.9971.57120.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 41.36%
GREEN value IS 127 (50% from 255) = 57.73%
BLUE value IS 2 (1.17% from 255) = 0.91%
R=41.36%
G=57.73%
B=0.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9112720.2800.980.5077.2896.925.29
Hex5B7F21C062324d6119
Octal13317723401426211514131
Binary101101111111111011100011000101100101001101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,127,2); }

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

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

 a { background-color: rgb(91,127,2); }

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

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

 span { border-color: rgb(91,127,2); }

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