#686510

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

Shades of Fiji Green #686510

Tints of Fiji Green #686510

Color information

#686510 (or 0x686510) is unknown color: approx Fiji Green. HEX triplet: 68, 65 and 10. RGB value is (104,101,16). Sum of RGB (Red+Green+Blue) = 104+101+16=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #686510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686510 is #979AEF. Grayscale: #5C5C5C. Windows color (decimal): -9935600 or 1074536. OLE color: 1074536.

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

Color convert

RGB10410116-
CMYK00.030.850.59
HSL57.95º73.33%23.53%-
HSV(B)57.95º84.62%40.78%-
XYZ10.4612.292.31-
YUV92.2184.99136.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.06%
GREEN value IS 101 (39.84% from 255) = 45.70%
BLUE value IS 16 (6.64% from 255) = 7.24%
R=47.06%
G=45.70%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041011600.030.850.5957.9573.3323.53
Hex68651003553B3a4918
Octal1501452003125737211130
Binary11010001100101100000111010101111011111010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686510; }

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

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

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

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

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

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

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

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