#5B6900

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

Shades of Fiji Green #5B6900

Tints of Fiji Green #5B6900

Color information

#5B6900 (or 0x5B6900) is unknown color: approx Fiji Green. HEX triplet: 5B, 69 and 00. RGB value is (91,105,0). Sum of RGB (Red+Green+Blue) = 91+105+0=196 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.43% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #5B6900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B6900 is #A496FF. Grayscale: #595959. Windows color (decimal): -10786560 or 26971. OLE color: 26971.

HSL color Cylindrical-coordinate representation of color #5B6900: hue angle of 68º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5B6900 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB911050-
CMYK0.13010.59
HSL68º100%20.59%-
HSV(B)68º100%41.18%-
XYZ9.3712.331.89-
YUV88.8477.86129.54-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 46.43%
GREEN value IS 105 (41.41% from 255) = 53.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.43%
G=53.57%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9110500.13010.596810020.59
Hex5B690D0643B446415
Octal13315101501447310414425
Binary1011011110100101101011001001110111000100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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