#686716

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

Shades of Fiji Green #686716

Tints of Fiji Green #686716

Color information

#686716 (or 0x686716) is unknown color: approx Fiji Green. HEX triplet: 68, 67 and 16. RGB value is (104,103,22). Sum of RGB (Red+Green+Blue) = 104+103+22=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #686716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686716 is #9798E9. Grayscale: #5E5E5E. Windows color (decimal): -9935082 or 1468264. OLE color: 1468264.

HSL color Cylindrical-coordinate representation of color #686716: hue angle of 59.27º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #686716 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB10410322-
CMYK00.010.790.59
HSL59.27º65.08%24.71%-
HSV(B)59.27º78.85%40.78%-
XYZ10.712.72.65-
YUV94.0687.33135.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 103 (40.62% from 255) = 44.98%
BLUE value IS 22 (8.98% from 255) = 9.61%
R=45.41%
G=44.98%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041032200.010.790.5959.2765.0824.71
Hex686716014F3B3b4119
Octal1501472601117737310131
Binary1101000110011110110011001111111011111011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686716; }

 p { color: rgb(104,103,22); }

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

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

 a { background-color: rgb(104,103,22); }

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

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

 span { border-color: rgb(104,103,22); }

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