#5B680A

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

Shades of Fiji Green #5B680A

Tints of Fiji Green #5B680A

Color information

#5B680A (or 0x5B680A) is unknown color: approx Fiji Green. HEX triplet: 5B, 68 and 0A. RGB value is (91,104,10). Sum of RGB (Red+Green+Blue) = 91+104+10=205 (27% of max value = 765). Red value is 91 (35.94% from 255 or 44.39% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #5B680A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5B680A is #A497F5. Grayscale: #595959. Windows color (decimal): -10786806 or 682075. OLE color: 682075.

HSL color Cylindrical-coordinate representation of color #5B680A: hue angle of 68.3º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B680A is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB9110410-
CMYK0.1200.900.59
HSL68.3º82.46%22.35%-
HSV(B)68.3º90.38%40.78%-
XYZ9.3212.152.14-
YUV89.483.19129.14-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 44.39%
GREEN value IS 104 (41.02% from 255) = 50.73%
BLUE value IS 10 (4.30% from 255) = 4.88%
R=44.39%
G=50.73%
B=4.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal91104100.1200.900.5968.382.4622.35
Hex5B68AC05A3B445216
Octal133150121401327310412226
Binary1011011110100010101100010110101110111000100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B680A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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