#686514

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

Shades of Fiji Green #686514

Tints of Fiji Green #686514

Color information

#686514 (or 0x686514) is unknown color: approx Fiji Green. HEX triplet: 68, 65 and 14. RGB value is (104,101,20). Sum of RGB (Red+Green+Blue) = 104+101+20=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 101 (39.84% from 255 or 44.89% from 225); Blue value is 20 (8.20% from 255 or 8.89% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #686514 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686514 is #979AEB. Grayscale: #5C5C5C. Windows color (decimal): -9935596 or 1336680. OLE color: 1336680.

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

Color convert

RGB10410120-
CMYK00.030.810.59
HSL57.86º67.74%24.31%-
HSV(B)57.86º80.77%40.78%-
XYZ10.4912.32.48-
YUV92.6686.99136.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 101 (39.84% from 255) = 44.89%
BLUE value IS 20 (8.20% from 255) = 8.89%
R=46.22%
G=44.89%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041012000.030.810.5957.8667.7424.31
Hex68651403513B3a4418
Octal1501452403121737210430
Binary11010001100101101000111010001111011111010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686514; }

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

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

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

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

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

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

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

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