#5B680E

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

Shades of Fiji Green #5B680E

Tints of Fiji Green #5B680E

Color information

#5B680E (or 0x5B680E) is unknown color: approx Fiji Green. HEX triplet: 5B, 68 and 0E. RGB value is (91,104,14). Sum of RGB (Red+Green+Blue) = 91+104+14=209 (27% of max value = 765). Red value is 91 (35.94% from 255 or 43.54% from 209); Green value is 104 (41.02% from 255 or 49.76% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 104 - color contains mainly: green. Hex color #5B680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B680E is #A497F1. Grayscale: #5A5A5A. Windows color (decimal): -10786802 or 944219. OLE color: 944219.

HSL color Cylindrical-coordinate representation of color #5B680E: hue angle of 68.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B680E is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB9110414-
CMYK0.1200.870.59
HSL68.67º76.27%23.14%-
HSV(B)68.67º86.54%40.78%-
XYZ9.3412.162.27-
YUV89.8585.19128.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 43.54%
GREEN value IS 104 (41.02% from 255) = 49.76%
BLUE value IS 14 (5.86% from 255) = 6.70%
R=43.54%
G=49.76%
B=6.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal91104140.1200.870.5968.6776.2723.14
Hex5B68EC0573B454c17
Octal133150161401277310511427
Binary1011011110100011101100010101111110111000101100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,104,14); }

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

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

 a { background-color: rgb(91,104,14); }

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

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

 span { border-color: rgb(91,104,14); }

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