#686F1B

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

Shades of Fiji Green #686F1B

Tints of Fiji Green #686F1B

Color information

#686F1B (or 0x686F1B) is unknown color: approx Fiji Green. HEX triplet: 68, 6F and 1B. RGB value is (104,111,27). Sum of RGB (Red+Green+Blue) = 104+111+27=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 111 (43.75% from 255 or 45.87% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 111 - color contains mainly: green. Hex color #686F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686F1B is #9790E4. Grayscale: #636363. Windows color (decimal): -9933029 or 1797992. OLE color: 1797992.

HSL color Cylindrical-coordinate representation of color #686F1B: hue angle of 65º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #686F1B is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB10411127-
CMYK0.0600.760.56
HSL65º60.87%27.06%-
HSV(B)65º75.68%43.53%-
XYZ11.5914.393.2-
YUV99.3387.18131.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 111 (43.75% from 255) = 45.87%
BLUE value IS 27 (10.94% from 255) = 11.16%
R=42.98%
G=45.87%
B=11.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104111270.0600.760.566560.8727.06
Hex686F1B604C38413d1b
Octal1501573360114701017533
Binary110100011011111101111001001100111000100000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686F1B; }

 p { color: rgb(104,111,27); }

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

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

 a { background-color: rgb(104,111,27); }

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

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

 span { border-color: rgb(104,111,27); }

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