#5E680C

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

Shades of Fiji Green #5E680C

Tints of Fiji Green #5E680C

Color information

#5E680C (or 0x5E680C) is unknown color: approx Fiji Green. HEX triplet: 5E, 68 and 0C. RGB value is (94,104,12). Sum of RGB (Red+Green+Blue) = 94+104+12=210 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.76% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #5E680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E680C is #A197F3. Grayscale: #5A5A5A. Windows color (decimal): -10590196 or 813150. OLE color: 813150.

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

Color convert

RGB9410412-
CMYK0.1000.880.59
HSL66.52º79.31%22.75%-
HSV(B)66.52º88.46%40.78%-
XYZ9.6312.312.22-
YUV90.5283.69130.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 44.76%
GREEN value IS 104 (41.02% from 255) = 49.52%
BLUE value IS 12 (5.08% from 255) = 5.71%
R=44.76%
G=49.52%
B=5.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal94104120.1000.880.5966.5279.3122.75
Hex5E68CA0583B434f17
Octal136150141201307310311727
Binary1011110110100011001010010110001110111000011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E680C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,104,12); }

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

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

 a { background-color: rgb(94,104,12); }

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

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

 span { border-color: rgb(94,104,12); }

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