#686515

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

Shades of Fiji Green #686515

Tints of Fiji Green #686515

Color information

#686515 (or 0x686515) is unknown color: approx Fiji Green. HEX triplet: 68, 65 and 15. RGB value is (104,101,21). Sum of RGB (Red+Green+Blue) = 104+101+21=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #686515 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686515 is #979AEA. Grayscale: #5D5D5D. Windows color (decimal): -9935595 or 1402216. OLE color: 1402216.

HSL color Cylindrical-coordinate representation of color #686515: hue angle of 57.83º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #686515 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB10410121-
CMYK00.030.800.59
HSL57.83º66.4%24.51%-
HSV(B)57.83º79.81%40.78%-
XYZ10.512.32.53-
YUV92.7887.49136-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.02%
GREEN value IS 101 (39.84% from 255) = 44.69%
BLUE value IS 21 (8.59% from 255) = 9.29%
R=46.02%
G=44.69%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041012100.030.800.5957.8366.424.51
Hex68651503503B3a4219
Octal1501452503120737210231
Binary11010001100101101010111010000111011111010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686515; }

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

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

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

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

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

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

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

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