#686B1B

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

Shades of Fiji Green #686B1B

Tints of Fiji Green #686B1B

Color information

#686B1B (or 0x686B1B) is unknown color: approx Fiji Green. HEX triplet: 68, 6B and 1B. RGB value is (104,107,27). Sum of RGB (Red+Green+Blue) = 104+107+27=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 107 (42.19% from 255 or 44.96% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 107 - color contains mainly: green. Hex color #686B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686B1B is #9794E4. Grayscale: #616161. Windows color (decimal): -9934053 or 1796968. OLE color: 1796968.

HSL color Cylindrical-coordinate representation of color #686B1B: hue angle of 62.25º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #686B1B is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB10410727-
CMYK0.0300.750.58
HSL62.25º59.7%26.27%-
HSV(B)62.25º74.77%41.96%-
XYZ11.1613.543.06-
YUV96.9888.51133-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 107 (42.19% from 255) = 44.96%
BLUE value IS 27 (10.94% from 255) = 11.34%
R=43.70%
G=44.96%
B=11.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104107270.0300.750.5862.2559.726.27
Hex686B1B304B3A3e3c1a
Octal150153333011372767432
Binary1101000110101111011110100101111101011111011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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