#58680e

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

Shades of Fiji Green #58680E

Tints of Fiji Green #58680E

Color information

#58680E (or 0x58680E) is unknown color: approx Fiji Green. HEX triplet: 58, 68 and 0E. RGB value is (88,104,14). Sum of RGB (Red+Green+Blue) = 88+104+14=206 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.72% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #58680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #58680E is #A797F1. Grayscale: #595959. Windows color (decimal): -10983410 or 944216. OLE color: 944216.

HSL color Cylindrical-coordinate representation of color #58680E: hue angle of 70.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 #58680E is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB8810414-
CMYK0.1500.870.59
HSL70.67º76.27%23.14%-
HSV(B)70.67º86.54%40.78%-
XYZ9.0512.012.26-
YUV88.9685.7127.32-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.72%
GREEN value IS 104 (41.02% from 255) = 50.49%
BLUE value IS 14 (5.86% from 255) = 6.80%
R=42.72%
G=50.49%
B=6.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88104140.1500.870.5970.6776.2723.14
Hex5868EF0573B474c17
Octal130150161701277310711427
Binary1011000110100011101111010101111110111000111100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58680e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58680e; }

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

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

<style>
 a { background-color: #58680e; }

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

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

<style>
 span { border-color: #58680e; }

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

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