#5C680E

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

Shades of Fiji Green #5C680E

Tints of Fiji Green #5C680E

Color information

#5C680E (or 0x5C680E) is unknown color: approx Fiji Green. HEX triplet: 5C, 68 and 0E. RGB value is (92,104,14). Sum of RGB (Red+Green+Blue) = 92+104+14=210 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.81% from 210); Green value is 104 (41.02% from 255 or 49.52% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 104 - color contains mainly: green. Hex color #5C680E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C680E is #A397F1. Grayscale: #5A5A5A. Windows color (decimal): -10721266 or 944220. OLE color: 944220.

HSL color Cylindrical-coordinate representation of color #5C680E: hue angle of 68º 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 #5C680E is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB9210414-
CMYK0.1200.870.59
HSL68º76.27%23.14%-
HSV(B)68º86.54%40.78%-
XYZ9.4412.212.27-
YUV90.1585.02129.32-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.81%
GREEN value IS 104 (41.02% from 255) = 49.52%
BLUE value IS 14 (5.86% from 255) = 6.67%
R=43.81%
G=49.52%
B=6.67%

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
Decimal92104140.1200.870.596876.2723.14
Hex5C68EC0573B444c17
Octal134150161401277310411427
Binary1011100110100011101100010101111110111000100100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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