#5B6B02

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

Shades of Fiji Green #5B6B02

Tints of Fiji Green #5B6B02

Color information

#5B6B02 (or 0x5B6B02) is unknown color: approx Fiji Green. HEX triplet: 5B, 6B and 02. RGB value is (91,107,2). Sum of RGB (Red+Green+Blue) = 91+107+2=200 (26% of max value = 765). Red value is 91 (35.94% from 255 or 45.5% from 200); Green value is 107 (42.19% from 255 or 53.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 107 - color contains mainly: green. Hex color #5B6B02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6B02 is #A494FD. Grayscale: #5A5A5A. Windows color (decimal): -10786046 or 158555. OLE color: 158555.

HSL color Cylindrical-coordinate representation of color #5B6B02: hue angle of 69.14º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5B6B02 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.

Color convert

RGB911072-
CMYK0.1500.980.58
HSL69.14º96.33%21.37%-
HSV(B)69.14º98.13%41.96%-
XYZ9.5812.742.01-
YUV90.2578.2128.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 45.5%
GREEN value IS 107 (42.19% from 255) = 53.5%
BLUE value IS 2 (1.17% from 255) = 1%
R=45.5%
G=53.5%
B=1%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9110720.1500.980.5869.1496.3321.37
Hex5B6B2F0623A456015
Octal13315321701427210514025
Binary10110111101011101111011000101110101000101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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