#686710

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

Shades of Fiji Green #686710

Tints of Fiji Green #686710

Color information

#686710 (or 0x686710) is unknown color: approx Fiji Green. HEX triplet: 68, 67 and 10. RGB value is (104,103,16). Sum of RGB (Red+Green+Blue) = 104+103+16=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 103 (40.62% from 255 or 46.19% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #686710 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686710 is #9798EF. Grayscale: #5D5D5D. Windows color (decimal): -9935088 or 1075048. OLE color: 1075048.

HSL color Cylindrical-coordinate representation of color #686710: hue angle of 59.32º 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 #686710 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB10410316-
CMYK00.010.850.59
HSL59.32º73.33%23.53%-
HSV(B)59.32º84.62%40.78%-
XYZ10.6512.682.38-
YUV93.3884.33135.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 103 (40.62% from 255) = 46.19%
BLUE value IS 16 (6.64% from 255) = 7.17%
R=46.64%
G=46.19%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.85
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1041031600.010.850.5959.3273.3323.53
Hex68671001553B3b4918
Octal1501472001125737311130
Binary1101000110011110000011010101111011111011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686710; }

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

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

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

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

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

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

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

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