#686513

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

Shades of Fiji Green #686513

Tints of Fiji Green #686513

Color information

#686513 (or 0x686513) is unknown color: approx Fiji Green. HEX triplet: 68, 65 and 13. RGB value is (104,101,19). Sum of RGB (Red+Green+Blue) = 104+101+19=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #686513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686513 is #979AEC. Grayscale: #5C5C5C. Windows color (decimal): -9935597 or 1271144. OLE color: 1271144.

HSL color Cylindrical-coordinate representation of color #686513: hue angle of 57.88º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #686513 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB10410119-
CMYK00.030.820.59
HSL57.88º69.11%24.12%-
HSV(B)57.88º81.73%40.78%-
XYZ10.4812.32.44-
YUV92.5586.49136.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.43%
GREEN value IS 101 (39.84% from 255) = 45.09%
BLUE value IS 19 (7.81% from 255) = 8.48%
R=46.43%
G=45.09%
B=8.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041011900.030.820.5957.8869.1124.12
Hex68651303523B3a4518
Octal1501452303122737210530
Binary11010001100101100110111010010111011111010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686513; }

 p { color: rgb(104,101,19); }

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

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

 a { background-color: rgb(104,101,19); }

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

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

 span { border-color: rgb(104,101,19); }

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