#686914

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

Shades of Fiji Green #686914

Tints of Fiji Green #686914

Color information

#686914 (or 0x686914) is unknown color: approx Fiji Green. HEX triplet: 68, 69 and 14. RGB value is (104,105,20). Sum of RGB (Red+Green+Blue) = 104+105+20=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 105 - color contains mainly: green. Hex color #686914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686914 is #9796EB. Grayscale: #5F5F5F. Windows color (decimal): -9934572 or 1337704. OLE color: 1337704.

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

Color convert

RGB10410520-
CMYK0.0100.810.59
HSL60.71º68%24.51%-
HSV(B)60.71º80.95%41.18%-
XYZ10.8913.12.62-
YUV95.0185.67134.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 105 (41.41% from 255) = 45.85%
BLUE value IS 20 (8.20% from 255) = 8.73%
R=45.41%
G=45.85%
B=8.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104105200.0100.810.5960.716824.51
Hex68691410513B3d4419
Octal1501512410121737510431
Binary1101000110100110100101010001111011111101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686914; }

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

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

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

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

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

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

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

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